Increasing mysql import size

后端 未结 3 1494
野性不改
野性不改 2021-02-11 00:22

I am trying to import a mysql file to my cpanel phpmyadmin. But I am getting this error message. \"#1153 - Got a packet bigger than \'max_allowed_packet\' bytes\"

I have

3条回答
  •  孤城傲影
    2021-02-11 00:55

    php -i | grep php.ini

    Open the Loaded php.ini and modify "upload_max_filesize" and restart Apache (assuming u have apache)

提交回复
热议问题