Search code examples
mysqlphpmyadmincpanel

How to import sql file of size more than 500MB to cPanel phpMyAdmin


I have .sql file of 550MB. I tried to import with phpMyAdmin in cPanel. It gives an error of max file size. Can anyone give me idea for this. Thanks in advance.


Solution

    1. Make a Remote SQL connection with the server,

      it can be via:

      Remote MySql

      Or via SSH account.

    2. Open that connection from a client app like MySqlWorkbench or from terminal.

    3. Run the script file directly, rather than open it.