phpMyAdmin / MySql filesize

Discussion in 'General' started by midcarolina, Jan 9, 2012.

  1. midcarolina

    midcarolina New Member

    Hi,

    Not sure if this belonged in Linux general or ISPConfig 2. I am unable to change the .sql file upload size for phpMyAdmin. Generally I have always done these steps and everything worked fine:

    In php.ini:
    1. Increased memory limit
    2. Increased allowed post size
    3. Allowed file uploads and increased the limit

    In /etc/my.cnf
    1. Added the line max_allowed_packet=50M

    This time I am left with the default (Max: 8,192KiB) which will not work.

    Thanks in advance...
     
  2. falko

    falko Super Moderator ISPConfig Developer

    If you access phpMyAdmin through ISPConfig (on port 81): ISPConfig 2 comes with its own Apache and PHP, and the php.ini is located in /root/ispconfig/php/php.ini.

    Please restart ISPConfig after your changes:
    Code:
    /etc/init.d/ispconfig_server restart
     

Share This Page