phpMyAdmin - Error > Incorrect format parameter?

前端 未结 14 1406
生来不讨喜
生来不讨喜 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:53

    This issue is not because of corrupt database. I found the solution from this video - https://www.youtube.com/watch?v=MqOsp54EA3I

    It is suggested to increase the values of two variables in php.ini file. Change following in php.ini

    upload_max_filesize=64M
    post_max_size=64M
    

    Then restart the server.

    This solved my issue. Hope solves yours too.

提交回复
热议问题