Changes

From SME Server
Jump to navigationJump to search
Line 40: Line 40:     
===Changes to my.cnf configuration file===
 
===Changes to my.cnf configuration file===
Now that the scl version of Mariadb is installed, the /opt/rh/mariadb55/root/etc/my.cnf configuration file has to be adjusted so that the scl version of MariaDB does not interfere with the standard version of MySQL. The default port of MySQL is 3306, for the scl version of MySQL we will use port 3307, but this can be any port of your choosing. The default socket file is /var/lib/mysql/mysql.sock, for the scl version of MariaDB we will use /var/lib/mysql/mariadb55.sock.
+
Now that the scl version of Mariadb is installed, the /opt/rh/mariadb55/root/etc/my.cnf configuration file has to be adjusted so that the scl version of MariaDB does not interfere with the standard version of MySQL. The default port of MariaDB is 3306, for the scl version of MySQL we will use port 3307, but this can be any port of your choosing. The default socket file is /var/lib/mysql/mysql.sock, for the scl version of MariaDB we will use /var/lib/mariadb/mariadb55.sock.
    
/opt/rh/mariadb55/root/etc/my.cnf will then be:
 
/opt/rh/mariadb55/root/etc/my.cnf will then be:

Navigation menu