Re: Put mysql data from linux in Win98 mysql

2001-06-18 Thread Steve Brazill
In case you're not aware of it yet, Linux (and other UNIX operating systems) are not 'binary file compatible' with Microsoft products (including Windows 98). You should always 'dump' your database contents (using mysqldump) before 'moving' the data to build another database (unless you're moving

Put mysql data from linux in Win98 mysql

2001-06-18 Thread Augusto Cesar Castoldi
I tried to put the data (.frm, .ISD and .ISM files) of my Linux into windows 98 put I can't use the data. When I open phpadmin2, he show how many registrys I have, but When I try to use/list the table is empty. Can I solve this problem? I need to use mysqldump to put the data into windows 98? th