1044 - Access denied for user 'user'@'localhost' to database 'db'

前端 未结 6 1603
感动是毒
感动是毒 2020-12-15 23:23

I tried a lot to import the sql script to create database and tables through phpmyadmin in the new site I hosted. But i\'m getting the error,

1044 - A

6条回答
  •  自闭症患者
    2020-12-16 00:24

    It is clear that the user someuser do not have proper privilege over the database db. You need to grant privileges for the user over the database to correct this issue.

    If you do bot have administrative rights contact your admin for granting privileges to someuser on that db

提交回复
热议问题