phpMyAdmin - Error > Incorrect format parameter?

前端 未结 14 1404
生来不讨喜
生来不讨喜 2020-12-12 13:07

I have a WordPress production website.

I\'ve exported the database by the following commands: select database > export > custom > select all tables &g

14条回答
  •  一向
    一向 (楼主)
    2020-12-12 13:55

    Without any problems, I imported directly from the command line.

    mysql -uroot -hURLServer -p DBName< filename.sql
    

提交回复
热议问题