lionsrest;226391 Wrote: > I'd like to create a .sql file I could upload to a MySQL capable web > server to recreate my music database externally so I can use it to run > a Flash MP3 player. > > The "ibdata1" file is, I'm guessing, the raw data.
You need to use mysqldump. I don't know how to do this on windows, but on my Linux box (Ubuntu) it would be: mysqldump --defaults-file=/var/cache/slimserver/my.cnf slimserver -- SuperQ ------------------------------------------------------------------------ SuperQ's Profile: http://forums.slimdevices.com/member.php?userid=2139 View this thread: http://forums.slimdevices.com/showthread.php?t=38305 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
