tail -50 報錯
mysql版本5.7
運行tail -50 mysqlslowquery.log報錯
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'tail -50 mysqlslowquery.log' at line 1
mysql版本5.7
運行tail -50 mysqlslowquery.log報錯
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'tail -50 mysqlslowquery.log' at line 1
2018-10-22
舉報
2018-10-24
tail不是mysql命令,是linux shell命令,需退出sql命令界面(exit)回到shell窗口執(zhí)行此命令。