import database

2011-10-10 Thread Jessica Bela
Hi all, how I can import in my PC a database Mysql that  has been created  in another PC and with other tools?

Re: import database

2011-10-10 Thread Jon Siebert
.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 jessicabel...@yahoo.comwrote: Hi all, how I can import in my PC a database Mysql that has been created in another PC and with other tools?

Re: import database

2011-10-10 Thread Jim Moseby
Jessica Bela jessicabel...@yahoo.com 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

Import Database from MySQL3.x to MySQL 4.x

2003-08-14 Thread Mario Ohnewald
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

Re: Import Database from MySQL3.x to MySQL 4.x

2003-08-14 Thread Victoria Reznichenko
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 with: