deepin mysql管理器_Deepin 安装 MySQL

??Deepin 安装 MySQL

参考文章:https://blog.csdn.net/sinat_37064286/article/details/82224562

1. 检查是否安装过 MySQL

mysql -V

如果有的话就删除

sudo apt autoremove mysql-server mysql-client

2. 安装 MySQL

sudo apt autoremove mysql-server mysql-client

3. 进入 MySQL

进入MySQL

mysql -u root -p

提示输入密码时直接回车,不输入密码,安装完成后默认是无密码的

如果进不去:?

首先查看 sudo?cat /etc/mysql/debian.cnf?

这个文件中包含有密码

或者直接删了再重装一遍

4. 更改密码

mysql> use mysql;

mysql> select host,user,plugin,authentication_string from user;

mysql> update user set plugin="mysql_native_password",authentication_string=password(‘新密码‘) where user="root";

mysql> FLUSH PRIVILEGES;

5. 最后

推荐一个免费的数据库管理软件:?Dbeaver 社区版?

下载地址 DBeaver Community

🔨Deepin 安装 MySQL

标签:sele   文件   rom   plugin   nload   cli   root   安装   server

本条技术文章来源于互联网,如果无意侵犯您的权益请点击此处反馈版权投诉

本文系统来源:https://www.cnblogs.com/CodeAndMoe/p/13360043.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值