MySQL是开源的数据库管理系统,通常作为LEMP(Linux, Nginx, MySQL/MariaDB, PHP/Python/Perl)技术栈的一部分,而被安装.RedHat 会害怕 Oracle 会把 MySQL 闭源,(MySQL 被 Oracle 收购之后,曾出现了收费Licence的bug等东西).而原来的 MySQL 它爹,fork 了 MySQL 也就是MariaDB(Maria是他的第三个女儿的名字),保持良好的 MySQL 兼容性了. 也因为MariaDB更加的开放,所以
安装命令: groupadd mysql useradd -r -g mysql -s /bin/false mysql cd /usr/local tar zxvf /path/to/mysql-VERSION-OS.tar.gz ln -s full-path-to-mysql-VERSION-OS mysql cd mysql mkdir mysql-files chown mysql:mysql mysql-files #修改文件权限 mysql-files bin/mysqld --i