cd /etc/my.cnf.d/
cp server.cnf server.cnf.original
vi server.cnf
([mariadb] ํ๋จ์ ์ฒ์์ด๋ฉด ์๋ฌด๊ฒ๋ ์์ ํ์์. ์๋์ฒ๋ผ ๋ณ๊ฒฝํ๊ณ ์ํ๋ ํฌํธ๋ก ์ ๋ ฅํ ์ ์ฅ)
# This group is only read by MariaDB servers, not by MySQL.
# If you use the same .cnf file for MySQL and MariaDB,
# you can put MariaDB-only options here
[mariadb]
port=53306
systemctl restart mariadb.service
๋๊ธ