随笔分类 -  Linux

Linux 学习整理
摘要:关于mysql可访问:https://blog.csdn.net/xb565517830/article/details/88964819 阅读全文
posted @ 2019-07-02 10:30 我等你,你等风来 阅读(478) 评论(0) 推荐(0)
摘要:在bin目录下进入mysql: ./mysql -uroot -p123456 update mysql.user set password=password('root') where user='root'; flush privileges; 进入support-files中启动mysql j 阅读全文
posted @ 2019-06-21 18:37 我等你,你等风来 阅读(157) 评论(0) 推荐(0)