随笔分类 -  linux

摘要:1. 修改配置文件 vim /etc/my.cnf 在 [mysqld] 中添加 skip-grant-tables 2. 重启 mysql 服务service mysql restartservice mysqld restart 3. 登录 mysqlmysql -u root或mysql -u 阅读全文
posted @ 2019-10-11 20:31 ytymz 阅读(901) 评论(0) 推荐(0)
摘要:1,查询端口 sudo netstat -apn | grep 端口号 2,杀死进程kill -9 应用程序进程id 阅读全文
posted @ 2018-06-26 16:58 ytymz 阅读(196) 评论(0) 推荐(0)