| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Uwe Brauer | Date: | September 20 2010 9:30am |
| Subject: | clone a database on the same machine | ||
| View as plain text | |||
Hello I would like to clone a database db_org to db_clone on the same machine. Could I use the dump command for this? Should the user of both db be the same? Something like # mysqladmin create db_clone -u DB_user mysqldump -p db_org > clone.sql mysql -p -D db_clone < clone.sql thanks Uwe Brauer
| Thread | ||
|---|---|---|
| • clone a database on the same machine | Uwe Brauer | 20 Sep |
| • Re: clone a database on the same machine | Ananda Kumar | 20 Sep |
| • Re: clone a database on the same machine | Johan De Meersman | 20 Sep |
| • Re: clone a database on the same machine | Ananda Kumar | 20 Sep |
| • Re: clone a database on the same machine | Johan De Meersman | 20 Sep |
| • Re: clone a database on the same machine | Ananda Kumar | 20 Sep |
| • Re: clone a database on the same machine | Uwe Brauer | 20 Sep |
| • Re: clone a database on the same machine | Johan De Meersman | 20 Sep |
| • Re: clone a database on the same machine | a.smith | 20 Sep |
