12-27-2014, 10:55 PM
So who works with CentOS server 7 and would like to use Mysql server is working with yum install -y mysql mysql-server does not work as Centos 7 with MariaDB.
So I have done so. [How To] Setup your server Quickly (CentOS) Credits to Peter
the steps 3 and 4 no longer apply.
link
Install everything. And then you need ..
yum install MariaDB server MariaDB
systemctl start MariaDB
mysql_secure_installation
systemctl enable mariadb.service
mysql -u root -p
. GRANT ALL ON * * TO 'USER' @ '%' IDENTIFIED BY 'PASSWORD';
If you then want to build a connection with Navicat it is important that it is the function MariaDB Supports google helps ^^
and already everything should work. mfg Groby
solved

