xampp - MYSQL error: Can't create database 'publications'; database exists -


i run command in mysql:

mysql > show databases; 

my database called publications there want use it:

mysql > use publications 

but error:

error 1049 (42000): unknown database 'publications' mysql > create database publications; error 1007 (hy000): can't create database 'publications'; database exists 

have corrupted something? on xampp on thumb drive. error mean?

you may not have permissions. open mysql database, , double check mysql.db table has user logged in set read, write, etc.. appropriate. after changing permissions, don't forget flush privileges


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -