I had to reinstall Windows, and with that, reinstall Wampserver.
My MySQL data dir is in Dropbox on D:\
I've edited my.ini
:
datadir=D:/Dropbox/WAMP/SQL/data
However, when I view phpMyAdmin, the original databases are not being loaded.
There's nothing specific in c:/wamp/logs/mysql.log
.
When I try to load a local Wordpress site, I receive the error:
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 steve database.
Are you sure it exists? Does the user steve have permission to use the stevedoig database? On some systems the name of your database is prefixed with your username, so it would be like username_stevedoig. Could that be the problem?
Why isn't phpMyAdmin picking up the original databases present before the Windows reinstall?
Help appreciated.