geck
05-17-2006, 12:32 AM
Hello,
I believe I have uploaded everything correctly to my public_html folder in my new account at eleven2.com. I also think I configured the pixelpost.php file correctly with the info I created in the MySQL cPanel:
user name (geck)
password (XXXXXX)
localhost (localhost)
datebase (geckblog)
I try to run the installer at http://www.geckonia.com/pixelpost/admin/install.php but get this error when the page loads:
_________________________________________________
Warning: mysql_connect(): Access denied for user 'geck'@'localhost' (using password: YES) in /home/geckonia/public_html/pixelpost/admin/install.php on line 38
Error: Access denied for user 'geck'@'localhost' (using password: YES)
_________________________________________________
blog is going to be located at www.geckonia.com
My user name is geck
Here's what the MySQL page says:
__________________________________
MySQL Account Maintenance
Databases:
geckonia_geckblog
Users in geckblog
geckonia_geck (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:geckonia_geckblog:localhost","geckonia_geck","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "geckonia_geck", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("geckonia_geckblog");
User: Db:
Privileges: ALL ALTER CREATE TEMPORARY TABLES CREATE DELETE DROP SELECT INSERT UPDATE REFERENCES INDEX LOCK TABLES
Db:
Users:
geckonia_geck
UserName:
Password:
Access Hosts:
localhost
Host (% wildcard is allowed):
phpMyAdmin
You can use phpMyAdmin to administrate your MySQL databases in a web based environment.
__________________________________________________
Can anyone tell me where I went wrong?
TIA,
geck
I believe I have uploaded everything correctly to my public_html folder in my new account at eleven2.com. I also think I configured the pixelpost.php file correctly with the info I created in the MySQL cPanel:
user name (geck)
password (XXXXXX)
localhost (localhost)
datebase (geckblog)
I try to run the installer at http://www.geckonia.com/pixelpost/admin/install.php but get this error when the page loads:
_________________________________________________
Warning: mysql_connect(): Access denied for user 'geck'@'localhost' (using password: YES) in /home/geckonia/public_html/pixelpost/admin/install.php on line 38
Error: Access denied for user 'geck'@'localhost' (using password: YES)
_________________________________________________
blog is going to be located at www.geckonia.com
My user name is geck
Here's what the MySQL page says:
__________________________________
MySQL Account Maintenance
Databases:
geckonia_geckblog
Users in geckblog
geckonia_geck (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:geckonia_geckblog:localhost","geckonia_geck","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "geckonia_geck", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("geckonia_geckblog");
User: Db:
Privileges: ALL ALTER CREATE TEMPORARY TABLES CREATE DELETE DROP SELECT INSERT UPDATE REFERENCES INDEX LOCK TABLES
Db:
Users:
geckonia_geck
UserName:
Password:
Access Hosts:
localhost
Host (% wildcard is allowed):
phpMyAdmin
You can use phpMyAdmin to administrate your MySQL databases in a web based environment.
__________________________________________________
Can anyone tell me where I went wrong?
TIA,
geck