ubuntu 16.04下安装mysql并配置远程访问http://www.bieryun.com/3319.html
步骤1 – 安装MySQL 在 Ubuntu 16.04 中,默认情况下,只有最新版本的 MySQL 包含在 APT
软件包存储库中。
【mysql】 【ubuntu】 【配置】 【主机】 【测试】 【索引】 【update】 …
安装 mysql
sudo apt-get --purge remove mysql-server mysql-common mysql-client sudo apt-get install mysql-server mysql-common mysql-client
mysqladmin -u root password your-new-password sudo
/etc/init.d/mysql restart mariadb apt-get install mariadb-server
字符集修改utf8 如果装的mariadb, 默认字符集已经是utf8了。
【linux】 【mysql】 【ubuntu】 【Mariadb】 【grant】 【字符集】 …