@zero1036
2019-03-25T17:13:44.000000Z
字数 139
阅读 1281
Mysql
sql:show engine innodb status
show engine innodb status
打印完整log记录办法:
cmd:mysql -u root -p --execute="show engine innodb status \G" > c:/mysql.log
mysql -u root -p --execute="show engine innodb status \G" > c:/mysql.log