Re: Basic MySQL setup question

2002-08-01 Thread Jeremy Zawodny
On Fri, Aug 02, 2002 at 10:41:12AM +0800, Kenneth Gomez wrote: > Dear All, > > My web host provider says that he cannot allow me to have a MySQL account > on the server. However, he asks me to set up my tables offline and ftp them > across and asses them using Php. > > Can this be done? Yes.

Re: Basic MySQL setup question

2002-08-01 Thread Bhavin Vyas
Yes, Install mysql on a local box (same OS as your provider and preferably the same MySql version), create and populate your tables and then FTP the files that reside in the mysql data directory. There will be 3 files associated with each table .MYD (Data file) .MYI (Index file) .frm (schema/descr