mysql phpmyadmin 500 error
Posted: Thu Dec 18, 2014 5:29 am
Hello
My Question is
When Import some data.sql file (size : 30mb over)
phpmyadmin always returns 500 error (Internal Server Error)
In this Forum says edit php.ini file
already edited php.ini file.
And I typed like this in ssh console.
But nothing is changed.
it is not work.
How Can I fix it?
My Question is
When Import some data.sql file (size : 30mb over)
phpmyadmin always returns 500 error (Internal Server Error)
In this Forum says edit php.ini file
already edited php.ini file.
Code: Select all
------------------------------/etc/php.ini File----------------------------------
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 64M
; Maximum size of POST data that PHP will accept.
; Its value may be 0 to disable the limit. It is ignored if POST data reading
; is disabled through enable_post_data_reading.
; http://php.net/post-max-size
post_max_size = 64M
Code: Select all
[root@ns tmp]# service httpd restart
it is not work.
How Can I fix it?