Skip to main content

Slow download when export sql via PHPMYADMIN

Comments

4 comments

  • cPanelMichael
    Hello :) How large is the database? Have you considered using the "mysqldump" utility in the command line? EX: mysqldump database_name > /path/to/exported_database.sql
    Thank you.
    0
  • konrath
    Hello cPanelMichael The database has 1MB only. The download is the problem... 5KB per second only. Only download via phpmyadmin is slow Any suggestion ? Thank you Konrath
    0
  • cPanelMichael
    Have you checked to verify if this is a network issue on your server? For instance, does it happen from multiple internet connections, or does it happen for any other servers that you operate? Thank you.
    0
  • storminternet
    Upload or download speed are mainly depends upon your local internet connection. If you are sure that it is not too slow then check your server's network speed by ethtool or miitool and confirm network card's speed if it is running with half duplex mode or full duplex mode. Have you also checked if there was high load on server while you download sql backup via phpmyadmin. Sometimes it could slower the server speed. Another option is to try changing server resolver and check if it make any improvement in server speed.
    0

Please sign in to leave a comment.