phpMyAdmin - Error > Incorrect format parameter?

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

    I had this problem but with a docker container (phpmyadmin users),

    Solution:

    • Enter in the phpmyadmin container docker exec -it idcontainer /bin/bash
    • Move cd /usr/local/etc/php/
    • Create php.ini file
    • Modify it upload_max_filesize=128M post_max_size=128M max_execution_time=1000
    • Save and restart container.

    This problem was in a Windows pc, at Linux i didnt need to do this.

提交回复
热议问题