How to solve time out in phpmyadmin?

后端 未结 10 1356
野性不改
野性不改 2020-11-29 21:30

I want import huge (at least 300 mb) sql scripts via phpMyAdmin.

I\'ve tried:

post_max_size = 750M
upload_max_filesize = 750M
max_ex         


        
10条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 22:14

    None of the above answers solved it for me.

    I cant even find the 'libraries' folder in my xampp - ubuntu also.

    So, I simply restarted using the following commands:

    sudo service apache2 restart
    

    and

    sudo service mysql restart
    
    • Just restarted apache and mysql. Logged in phpmyadmin again and it worked as usual.

    Thanks me..!!

提交回复
热议问题