importing a database into phpmyadmin #1044 - Access denied for user

前端 未结 4 1101
谎友^
谎友^ 2021-01-01 22:53

I have recently purchased web hosting service at godaddy. I have already completed my project and i used xampp. Now i want to import the database which i arleady have. I tr

4条回答
  •  天涯浪人
    2021-01-01 23:36

    You may also open the .sql file in an IDE and just delete the create command.Then, assuming you've navigated to the desired DB import section in phpMyAdmin, you can run the import with the modified file and you should be good to go.

提交回复
热议问题