MySQL problems MySQL problems
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

MySQL problems

Started by avrillavignehq, December 26, 2005, 07:37:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

avrillavignehq

Hey,
I'm not exactly the most experienced person with MySQL but I've used it before. When I go to install.php and fill in the information and click "Let's Go", it gives me this message:

• • • ERROR • • • 
The following errors were encountered and need to be corrected first:
--------------------------------------------------------------------------------
mySQL could not locate a database called 'avrilhq_gallery' please check the value entered for this


I did create that database and allowed access to it...I don't understand why it can't access it  ???

donnoman

sometimes when you create databases in a control panel it prepends some information to the database name thats designed to keep all users of the mysql server's databases in a logical manner.

If thats the case, then you need to use the WHOLE database name that your control panel generated not just the short name you typed in.


avrillavignehq

Ok thanks  :D problem solved