MYSQL/Databases Databases gone? -


i have been working on first project using databases using mysql. woke morning unable login localhost. able enter root no password , none of databases there. should do?

in theory root should have access databases. if haven't deleted them, it's possible lost access them. remember mysql host-sensitive when logging in.

root@%,root@localhost, root@10.0.0.1, etc... may assigned different permissions.

you can try skip-grant-table in my.ini, explained in answer:

regaining access lost mysql password phpmyadmin on wamp

with can reset root password , try again.

if not yield effect, sql history , see if haven't accidentally deleted them?


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -