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

前端 未结 6 1621
感动是毒
感动是毒 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:21

    you have not exported database from localhost or from web server correctly follow these steps go to localhost database click export tab than select 'Custom - display all possible options 'check box few options will open in section 'output' change compression none to zipped and now click go button at bottom it will properly export your database you can now import to hosting or anywhere you want with no errors

提交回复
热议问题