PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, January 25, 2022

[FIXED] How to import sql file of size more than 500MB to cpanel phpmyadmin

 January 25, 2022     mysql, phpmyadmin     No comments   

Issue

I have .sql file of 550MB, 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.



Answered By - Wajih
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing