Hello Inamullah,
Thursday, October 24, 2002, 12:50:27 PM, you wrote:

First of all don't send me your questions, send them to the mailing
list. I don't privide private support.

IK>    Well, I have just installed mysql on both wndows n
IK> Linux on the same machine and i wanted to ask how i
IK> can access a database in mysql on windows to be able
IK> to import it to mysql in Linux and also how i can
IK> import a database from SQL server or Access into
IK> mysql. 

Make a dump file using mysqldump program, copy dump file to the Linux
box, and then restore tables.

or you can do

mysqldump -hyour_windows_box -uuser_name -ppassword database_name |
mysql -hyour_linux_box -uuser_name -ppassword database_name

For more info about mysqldump look at:
    http://www.mysql.com/doc/en/mysqldump.html



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to