Help Selecting Database Problem
-
Ok… This is how my wp-config.php file looks like
————-
// ** MySQL settings ** //
define(‘DB_NAME’, ‘iotera_wordpress’); // The name of the database
define(‘DB_USER’, ‘iotera_wpiotera’); // Your MySQL username
define(‘DB_PASSWORD’, ‘Bleeped’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
————-Ok, in CPanel, i created a database called ‘wordpress’ .. And it renamed itself to ‘iotera_wordpress’.
I added a user, user ‘wpiotera’. And it renamed itself to ‘iotera_wpiotera’.
Ok so i entered that information into my config.php file and i am STILL getting an error saying “Can’t select databaseWe were able to connect to the database server (which means your username and password is okay) but not able to select the wpiotera_wordpress database.
* Are you sure it exists?
* On some systems the name of your database is prefixed with your username, so it would be like username_wordpress. Could that be the problem?
“
—
Thank you SO MUCH if you can help me!
- The topic ‘Help Selecting Database Problem’ is closed to new replies.