This forum is no longer active. Please post your questions to our new community site
new wordpress database
|
|
How do I direct “bitnami wordpress” to load a different wordpress mysql database install? I tried changing the database name using the wp-config.php file, but an error appears. Thanks in advance, Bill |
|
|
What is the error? Is the database exists? Has this database permissions for the bitnami user? |
|
|
What is the error? Blank screen appears for page: http://localhost/wordpress/ What did I change inside of wp-config.php: define(‘DB_USER’, ‘newdatabase’); Does the db exist? Yes The database permissions are the same except for the wildcard setting. The new database uses “database-specific”. How do I set? See below: User Host Type Privileges Grant Action Thanks for your review. Bill |
|
|
This is the error showing for page: http://localhost/wordpress/wp-admin/ Can’t select database We were able to connect to the database server (which means your username and password is okay) but not able to select the DB_NAME database.
If you don’t know how to setup a database you should contact your host. If all else fails you may find help at the WordPress Support Forums. |
|
|
Do you have more than one MySQL databases? Try the following, go to your command prompt (on windows) or to a terminal (on linux or OS X) and type:
And try now. |
|
|
Thank you. Couldn’t connect with your example. Hence, I used ‘mysql> grant all privileges on . to someusr@”%” |

