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:40:45 AM, Manda Sairam <[EMAIL PROTECTED]> wrote regarding how to import a file to the database : > how to i

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 the file dat.db.001 > .I am