| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Chris White | Date: | May 15 2006 5:48pm |
| Subject: | Re: Setting sql_log_bin | ||
| View as plain text | |||
On Monday 15 May 2006 05:10 am, Mattias Andersson wrote: > Hi. > > I can't figure out how to set the session variable SQL_LOG_BIN when > using the mysql command-line client. > I want to do something like: #mysql -u root -pmypasswd --sql_log_bin = 0 > < somefile.sql. could be the fact that you have spacing between your option. Try: #mysql -u root -pmypasswd --sql_log_bin=0 < somefile.sql. instead. -- Chris White PHP Programmer/DB Monkey Interfuel
| Thread | ||
|---|---|---|
| • Setting sql_log_bin | Mattias Andersson | 15 May |
| • Re: Setting sql_log_bin | sheeri kritzer | 15 May |
| • Re: Setting sql_log_bin | Mattias Andersson | 16 May |
| • Re: Setting sql_log_bin | Chris White | 15 May |
