import database

---1156031449-1333286172-1318279636=:41912
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

Hi all,=0Ahow I can import in my PC a database Mysql that=A0 has been creat=
ed=A0 in another PC and with other tools?
---1156031449-1333286172-1318279636=:41912--
Jessica Bela [ Mo, 10 Oktober 2011 22:47 ] [ ID #2065455 ]

Re: import database

--20cf302efa54224c2104aef82008
Content-Type: text/plain; charset=ISO-8859-1

..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 <jessicabela27 [at] yahoo.com>wrote:

> Hi all,
> how I can import in my PC a database Mysql that has been created in
> another PC and with other tools?

--20cf302efa54224c2104aef82008--
Jon Siebert [ Mo, 10 Oktober 2011 23:03 ] [ ID #2065456 ]

Re: import database

--=__Part8EA15E5E.0__=
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

>>> Jessica Bela <jessicabela27 [at] 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 'export.sql'. Copy it to the target pc, then on the =
target

mysql < export.sql

If the source database is something OTHER than MySQL, we'd need to know =
what that database is.


CONFIDENTIALITY NOTICE: This message is directed to and is for the use of =
the above-noted addressee only, and its contents may be legally privileged =
or confidential. If the reader of this message is not the intended =
recipient, you are hereby notified that any distribution, dissemination, =
or copy of this message is strictly prohibited. If you have received this =
message in error, please delete it immediately and notify the sender. =
This message is not intended to be an electronic signature nor to =
constitute an agreement of any kind under applicable law unless otherwise =
expressly indicated herein.

--=__Part8EA15E5E.0__=--
Jim Moseby [ Mo, 10 Oktober 2011 23:36 ] [ ID #2065457 ]
Datenbanken » gmane.comp.db.mysql.general » import database

Vorheriges Thema: Why the same command have different results when it is in a bashscript and when it is not?
Nächstes Thema: Monitor Locked query