How to import a MySQL dump file

marzo 6th, 2012 Posted by mac, mysql 0 thoughts on “How to import a MySQL dump file”

First create the database:

In the terminal:

mysql -u root -p

Inside MySQL command line:

mysql> create database foo;
mysql> exit;

In the terminal again:

mysql -u #username# -p #database# < #dump_file#

Import the

Copyright © 2018 programadorfreelanceargentina.com

Programador Freelance Argentina