internal error or can’t find database
-
Gah !! My DB name is actually ‘killerr_a’ but if I enter that I get an Internal Error 500 message, and if I leave off the ‘killerr_’ prefix of course it can’t find the database although it can talk to the server. Why can’t it handle the ‘illerr’ prefix???
define(‘DB_NAME’, ‘a’); // The name of the database
define(‘DB_USER’, ‘killerr_wordpres’); // Your MySQL username
define(‘DB_PASSWORD’, ‘dominguez’); // …and password
define(‘DB_HOST’, ‘216.157.145.55’); // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘internal error or can’t find database’ is closed to new replies.