Re: read in a .sql file

2003-07-18 Thread Charles Holbrook
after creating the database with mysql create DATABASE do a mysql .sqlfile. Make sure to add the line use DATABASENAME; at the top of the sql file. On Fri, 2003-07-18 at 14:44, Taylor Lewick wrote: I have a large SQL file that contains a bunch of create table statements... How do I get mysql

Fwd: binary logging question

2003-03-12 Thread Charles Holbrook
http://mindforums.com/forums/showthread.php?threadid=82 Per this thread I started to set up the two way replication as stated and reached a point where I had/have a question about binary logging. How and what does binary logging keep track of. I know that it keeps track of changes made to