Re: [PHP] Fatcow and MySQL-Front

2001-10-30 Thread Nikola Karoviæ
2001 00:04 Subject: [PHP] Fatcow and MySQL-Front Hi All, Little problem: I want to transfer my MySQL database--a collection of 10 or so tables, with data--to my Fatcow account. They provide some lame MySQL tools, but nothing to faciliate moving an existing database, full of data

Re: [PHP] Fatcow and MySQL-Front

2001-10-30 Thread Wesley Furgiuele
Rene: This is a pain with FatCow -- I just went through this myself. The only method I was finally able to use was to SELECT ... INTO OUTFILE for all my tables; manually recreate the tables using their MySQL tools; then LOAD DATA INFILE for each of the outfiles I had created. Overall, their

RE: [PHP] Fatcow and MySQL-Front

2001-10-30 Thread René Fournier
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 1:34 AM To: best list in da whole world Subject: Re: [PHP] Fatcow and MySQL-Front Hi, can't you do that with phpMyAdmin. If you dont have that on fatcow, you can put it your self and then load a database file. - volim

[PHP] Fatcow and MySQL-Front

2001-10-29 Thread René Fournier
Hi All, Little problem: I want to transfer my MySQL database--a collection of 10 or so tables, with data--to my Fatcow account. They provide some lame MySQL tools, but nothing to faciliate moving an existing database, full of data, to their server. I tried using MySQL-Front to connect to