最新回答 / 慕粉1470819953
首先確認一下你們的日志是否打開show variables liike ‘log_bin’如果是打開了,顯示on,否則是off,沒打開的話去my.ini配置一下,再來操作。
2016-07-12
最新回答 / 慕粉18312537527
例如,查詢結果是這樣的:Count: 1? Time=0.00s (0s)? Lock=0.00s (0s)? Rows=0.0 (0), root[root]@localhost? # Schema: test? Last_errno: N? Killed: N? # Query_time: N.N? Lock_time: N.N? Rows_sent: N? Rows_examined: N? Rows_affected: N? # Bytes_sent: N? use test;? SET time...
2016-05-30
最新回答 / 游遠見
這是由于in關鍵字的特性決定的,in可接受一個字段的多行數據, 當select tid from t1 返回一行數據 1,實則等于 where? t.id=1;
2015-12-01