| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
Surpass Fan
Seasoned Poster
Joined in Jul 2004
30 posts
Gave thanks: 0
Thanked 0 times
|
please somebody tell me how to get rid of this 1044 error in phpMyAdmin. Below is the full error list
Code:
Error SQL-query : CREATE DATABASE `mambo_mysql` ; MySQL said: #1044 - Access denied for user: 'iggyboy[at]localhost' to database 'mambo_mysql' I also uploaded and set all the files/folder to correct CHMOD for Mambo Ver4.5 Stable1.0.9 and PHP-Nuke Ver7.4, but both fail to create database automatically. PHP-Nuke ver7.4 gives below error Code:
There seems to be a problem with the MySQL server, sorry for the inconvenience. Btw... is it legal and okey to upload both mambo and PHP-Nuke in my site for mostly testing and tweeking purposes. I ask this question because scripta already included the programs. Anyway, can somebody guide me to undo the error message, i have search through the forum but not really can get any solution yet. thank you in advance. |
|
|
|
|
|
#2 (permalink) |
|
Surpass Fan
Super #1
Joined in Dec 2003
Lives in NJ
5,057 posts
Gave thanks: 0
Thanked 4 times
|
iggyboy - you can create database through the mysqladmin tool on the front page of cPanel.
phpMyAdmin doesn't pass the right permissions to the MySQLServer to create databases - it's not anything wrong with your account - but that's why it's failing. after you create the database - you need to add a user to it. you can do this from mySQL admin as well. hope that helps. |
|
|
|