tail -50 报错

来源:2-2 MySQL慢查日志的开启方式和存储格式

六点的太阳

2018-10-22 20:22

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

写回答 关注

1回答

  • 慕姐7254382
    2018-10-24 13:06:54

    tail不是mysql命令,是linux shell命令,需退出sql命令界面(exit)回到shell窗口执行此命令。

性能优化之MySQL优化

了解MySQL数据库优化的方法和技巧,在课程中共同探讨一起学习吧

101639 学习 · 221 问题

查看课程

相似问题