Re: how to import a file to the database

2004-03-03 Thread vpendleton
Do these files contain the .frm, .myd and .myi file extensions? How were these files originally created? Original Message dated 3/3/04, 10:11:10 AM Author: Manda Sairam <[EMAIL PROTECTED]> Re: Re: how to import a file to the database : The file is a binary file these are mysql db files

Re: how to import a file to the database

2004-03-03 Thread vpendleton
Does the file contain valid MySQL syntax? If so, you can import the file using \. file_name from the MySQL monitor >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 3/3/04, 8:4

Re: how to import a file to the database

2004-03-03 Thread Egor Egorov
Manda Sairam <[EMAIL PROTECTED]> wrote: > > how to import a file to the database > > - > I have a file called dat.db.001 in local system . It is mysql database file . > > I have installed mysql in my system and now would like to open t

how to import a file to the database

2004-03-03 Thread Manda Sairam
how to import a file to the database - I have a file called dat.db.001 in local system . It is mysql database file . I have installed mysql in my system and now would like to open the file dat.db.001 .I am an newbee to databases.Can somebody mail me how to open