PDA

View Full Version : BigDump Help!!


shambler66
06-28-06, 02:36 AM
I am assuming that all of you or most of you know the php script BigDump for doing a import of your database? Ok. Anyway, I keep getting an access denied error every time!!! People keep telling me "oh yor passwords not right" but I have double and triple checked everything and I keep receiving this error!!!!! Someone please just tell me anything. That would be great. Thanks.


BTW, here is the error:

Starting at the line: 1

Error at the line 12: CREATE DATABASE `shambler_IPB` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;

Query: CREATE DATABASE `shambler_IPB` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;

MySQL: Access denied for user 'shambler_shamble'@'localhost' to database 'shambler_IPB'

Stopped on error

Nico
06-28-06, 03:15 AM
Moved to database.

jfulton
06-28-06, 09:50 AM
I've never used the program you are referring to, but it sounds more like a permissions issue than an invalid password. Make sure you have the rights to create a database (not a table.) If you're in a shared hosting environment, I'd doubt you'd be able to create databases. Also double check all of your other permissions as well. Chances are whatever GUI you are using will have a "nice" version to view these. If you're not using the GUI, you'll have to sift through the `mysql` database.

Check out all of chapter 5 in the manual, especially: http://dev.mysql.com/doc/refman/5.0/en/adding-users.html