M

Mahesh Yadav's Scriptarticle.com

Scriptarticle.com helps in programming, Apps development,
Integrating APIs, Open Sources, Frameworks, LAMP
Development, JavaScript, AJAX, SEO, XHTML, HTML5, CSS, and
Template design

  • Rated2.3/ 5
  • Updated 10 Years Ago

How to import an SQL file using command line in MySQL? - ScriptArticle.com

Updated 10 Years Ago

How To Import An SQL File Using Command Line In MySQL? - ScriptArticle.com
How to import a very large database .sql file using MySQL command line or using Linux SSH, MySQL command: mysql -p -u username database_name < dbfile.sql
Read More
...