Linux(UOS)安装MySQL和io.dbeaver.community客户端
2、
3、
4、
5、https://dev.mysql.com/downloads/repo/apt/ 本站下载
6、配置MySQL库安装环境及服务器端的安装
dpkg -i mysql-apt-config_0.8.25-1_all.deb apt-get update aptitude install mysql-server
7、开发包安装
sudo aptitude install libmysqlclient-dev
8、免费客户端安装
sudo apt install io.dbeaver.community