Deepin 安装 MySQL 8

博客

MySQL 8 开启权限

stackoverflow
远程连接失败教程

GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;

MySQL 操作

mysql -u root -p 
# 本机 登陆
mysql -u root -h 192.168.217.82 -p
# 远程登陆
sudo service mysql restart
# 重启
sudo service mysql status
# 查看MySQL服务运行状态

远程连接

  • Term
mysql -u root -h 192.168.217.82 -p
  • Navicat Premium

    Deepin 安装 mysql

    Deepin 安装 mysql

    Deepin 安装 mysql

    Deepin 安装 mysql

  • idea

    Deepin 安装 mysql

    Deepin 安装 mysql

    Deepin 安装 mysql

相关文章:

  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
  • 2021-11-13
  • 2021-12-04
  • 2021-12-04
猜你喜欢
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2021-09-20
相关资源
相似解决方案