>>> Jessica Bela 10/10/2011 4:47 PM >>>
Hi all,
how I can import in my PC a database Mysql that has been created in another
PC and with other tools?
Assuming the source and destination are BOTH mysql databases:
mysqldump database > export.sql
...creates a file 'export.sql'. Copy it to th
.here is one way
http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html
On Mon, Oct 10, 2011 at 4:47 PM, Jessica Bela wrote:
> Hi all,
> how I can import in my PC a database Mysql that has been created in
> another PC and with other tools?
Hi all,
how I can import in my PC a database Mysql that has been created in another
PC and with other tools?
Mario Ohnewald <[EMAIL PROTECTED]> wrote:
> I want to import a MySQL 3.x Databse to my new shiny MySQL4.x.
> I did a backup with
> /usr/local/mysql-standard-4.0.14-pc-linux-i686/bin/mysqldump -u root -p --opt -A >
> mysql_lamp_backup.`date '+%Y.%m.%d'`.sql
>
> And i tried to import it to MySQL4.x
Hello!
I want to import a MySQL 3.x Databse to my new shiny MySQL4.x.
I did a backup with
/usr/local/mysql-standard-4.0.14-pc-linux-i686/bin/mysqldump -u root -p --opt -A >
mysql_lamp_backup.`date '+%Y.%m.%d'`.sql
And i tried to import it to MySQL4.x with:
/usr/local/mysql/bin/mysql -u root -p <