MySQL database cannot be found? MySQL database cannot be found?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

MySQL database cannot be found?

Started by Olivia, April 01, 2006, 07:22:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Olivia

Hey, im having this trouble when installing coppermine. I've tried looking around for other threads with the same problem but i couldn't find any.

Anways, i've gotten through all the steps pretty smoothly except when im trying to install it. I already created a MySQL Database Name and a MySQL Username. After that, i enter all my information and then hit 'Lets Go!'. But then i get this an error message saying that mySQL could not locate the database name. I simply dont get it. I entered the database name and username correctly, and i already created them too, i dont know why it cant locate the database name.

Do you guys have any ideas why this is? I would be so ever greatful if someone could help me out. Thanks!

Joachim Müller

Things to keep in mind with mysql:
  • mysql stuff mustn't contain dots, single quotes, or any other special chars. Make sure your mysql database, username and password contain only letters a-z, numbers 0-9 and the underscore (_). No Umlauts (ä,ö,ü), accented chars (é,è,ê)!
  • After having created the mysql database and the mysql user, make sure that the mysql user has got the needed permissions (usually an extra step). The mysql user needs CREATE TABLE, ALTER, SELECT, UPDATE, INSERT, DELETE permissions (sue me if I have forgotten another permission, as I'm typing this out of the back of my head)

For additional mysql stuff, ask your webhost for support, as there's little we could help you with.