摘要: <p style="text-align: center;">欢迎来到我的友链小屋</p> <div class="friendsbox">&nbsp;</div> 阅读全文
posted @ 2020-03-17 17:35 Test-L帅 阅读(86) 评论(0) 推荐(0)
摘要: Spotlight on mysql监控mysql spotlight可以监控mysql性能,同监控linux一样配置 目录 1、安装spotlight 2、参数认识 1、安装spotlight spotlight不仅仅只是监控mysql,还可以完成数据库以及其他操作系统等的监控。本篇介绍的是监控m 阅读全文
posted @ 2020-03-17 15:29 Test-L帅 阅读(258) 评论(0) 推荐(0)
摘要: # mysql -u root-bash: mysql: command not found 原因:这是由于系统默认会查找/usr/bin下的命令。 如果这个命令不在这个目录下,当然会找不到命令。 我们需要做的就是映射一个链接到/usr/bin目录下,相当于建立一个链接文件。 首先查看mysq路径 阅读全文
posted @ 2020-03-17 14:52 Test-L帅 阅读(1105) 评论(0) 推荐(0)