MySQL Forums
Forum List  »  General

Re: general_log table is empty,after i configure my.conf
Posted by: wang yiran
Date: November 04, 2015 03:06AM

it works,thanks.
but the result is
*************************** 179. row ***************************
start_time: 2015-11-04 16:30:18.633022
user_host: root[root] @ [106.37.195.38]
query_time: 00:00:00.000481
lock_time: 00:00:00.000096
rows_sent: 0
rows_examined: 0
db: verify
last_insert_id: 0
insert_id: 0
server_id: 1
sql_text: SHOW FULL TABLES FROM `verify` LIKE 'PROBABLYNOT'
thread_id: 2

i don't know want sql is slow?

my.cnf is
[mysqld]
log-bin=mysql-bin
server-id=1
general_log=1
log_output=TABLE
slow_query_log=1
long_query_time=0.5

Options: ReplyQuote


Subject
Written By
Posted
Re: general_log table is empty,after i configure my.conf
November 04, 2015 03:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.