import database

import database

am 10.10.2011 22:47:16 von Jessica Bela

---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--

Re: import database

am 10.10.2011 23:03:21 von Jon Siebert

--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 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--

Re: import database

am 10.10.2011 23:36:14 von Jim Moseby

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

>>> 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?
=20
Assuming the source and destination are BOTH mysql databases:
=20
mysqldump database > export.sql
=20
....creates a file 'export.sql'. Copy it to the target pc, then on the =
target
=20
mysql < export.sql
=20
If the source database is something OTHER than MySQL, we'd need to know =
what that database is.
=20

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__=--