Where i can check whats going on in log file where phpMyAdmin errors exist?
I was uploading an directadmin backup of an sql file into PhpMyAdmin from import page and got internal server error in middle of upload 61%. Upload took ~10 seconds before interruption. The file was 19mb and i checked every php.ini file variable which all looked ok.
max_execution_time 600 600
max_input_time 600 600
memory_limit 1000M 1000M
post_max_size 1000M 1000M
Importing worked only with other smaller file where i partly exported only some tables from the same database. The sql filesize was 7mb.
It also worked with command-line.
mysql -u myuser -p mydatabase < myfile.sql
Thanks
I was uploading an directadmin backup of an sql file into PhpMyAdmin from import page and got internal server error in middle of upload 61%. Upload took ~10 seconds before interruption. The file was 19mb and i checked every php.ini file variable which all looked ok.
max_execution_time 600 600
max_input_time 600 600
memory_limit 1000M 1000M
post_max_size 1000M 1000M
Importing worked only with other smaller file where i partly exported only some tables from the same database. The sql filesize was 7mb.
It also worked with command-line.
mysql -u myuser -p mydatabase < myfile.sql
Thanks
Last edited: