Web Hosting Talk







View Full Version : More mySQL stuff...


Matthew.A
02-15-2001, 06:04 AM
Ok guys, I've written a small app to convert my tables into ascii and create a small SQL script to recreate them on the server. I'm using phpMyAdimn (fanbloodytastic!) to then run the script and import the data. Setup all the DNS stuff and uploaded my website. 50% success - However on some pages I'm getting SQL errors. So my question is "Would you like a pieces of toast?" - (Red Dwarf mode off) - Actually it is "Anyone know of a good board where I can get help with the SQL problems I'm having?"

TTFN

SI-Chris
02-15-2001, 07:25 AM
The PHP mailing list (at Php.net (http://www.php.net)) actually deals with MySQL issues quite a bit. You might want to pose your question there.

kentaurus
02-15-2001, 10:42 AM
phpmyAdmin doesn't always import the data correctly, you might want to write a script to import your ascii, or if you can import a dump directly via telnet, that's better.

Matthew.A
02-15-2001, 12:02 PM
>>phpmyAdmin doesn't always import the data correctly, you might want to write a script to import your ascii, or if you can import a dump directly via telnet, that's better.<<

I did have some funnies with it, but had no problems once I set it up correctly...