Hello,
I upgraded MySQL to 5.1.56.
When creating user and database, they both exist but the user has no privileges to the database even the privileges were granted when added as user to the database. Script installers won't select database. For ex:
WordPress:
I upgraded MySQL to 5.1.56.
When creating user and database, they both exist but the user has no privileges to the database even the privileges were granted when added as user to the database. Script installers won't select database. For ex:
WordPress:
I scoured Google for a fix but have yet to find one... any help is highly appreciated !!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 twinfinity_wp database.
Are you sure it exists?
Does the user twinfinity_wp have permission to use the twinfinity_wp database?
On some systems the name of your database is prefixed with your username, so it would be like username_twinfinity_wp. Could that be the problem?