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

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

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

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -