Installation problems
-
Hello
I’m having lots of problems trying to install wordpress on my domain. Not getting any support from the website hosting team.
I’ve created new users within the mySQL database but get the following errors:-
hmybus29_ebirima (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect(“DBI:mysql:hmybus29_wp1:localhost”,”hmybus29_ebirima”,”<PASSWORD HERE>”);
PHP $dbh=mysql_connect (“localhost”, “hmybus29_ebirima”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());
mysql_select_db (“hmybus29_wp1”);hmybus29_wordpre (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect(“DBI:mysql:hmybus29_wp1:localhost”,”hmybus29_wordpre”,”<PASSWORD HERE>”);
PHP $dbh=mysql_connect (“localhost”, “hmybus29_wordpre”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());
mysql_select_db (“hmybus29_wp1”);hmybus29_wp1 (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect(“DBI:mysql:hmybus29_wp1:localhost”,”hmybus29_wp1″,”<PASSWORD HERE>”);
PHP $dbh=mysql_connect (“localhost”, “hmybus29_wp1”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());
mysql_select_db (“hmybus29_wp1”);My database name is hmybus29 and the user name I created is hmybus29_ebirima. I’m lost…I don’t know what to do.
The topic ‘Installation problems’ is closed to new replies.