Project

General

Profile

Load mysqldumped databases » History » Version 3

Anchi Cheng, 02/12/2015 12:45 PM

1 1 Anchi Cheng
h1. Load dumped database
2
3
import the sql files of your mysqldump into the empty database ("usr_object" need to have privilages to create table):
4
<pre>
5
mysql -h database_host -u usr_object -p leginondb < leginondb.sql
6
mysql -h database_host -u usr_object -p projectdb < projectdb.sql
7
</pre>
8
9
_______________
10
11 3 Anchi Cheng
[[< Mysqldump of your database|Save a copy of the databases]]