0

When am trying to create a database on server it shows an error

Error Code: 1006. Can't create database 'mmmm' (errno: 2)

How can I solve this error? The server is mysql.

Sal00m
  • 2,938
  • 3
  • 22
  • 33
noble
  • 53
  • 1
  • 6

1 Answers1

0

Likely you do not have permission to create a database.

armatita
  • 12,825
  • 8
  • 48
  • 49