Cara install MariaDB / Database server untuk OpenLiteSpeed
- Install
# yum install openlitespeed mariadb-server
- Jalankan MariaDb
# systemctl start mariadb
- Konfigurasi
# mysql_secure_installation
Beberapa yang harus disetting
- Enter current password for root (enter for none):
OK, successfully used password, moving on...
Setting the root password ensures that nobody can log into the MariaDB
root user without the proper authorisation.
- Set root password? [Y/n] y
New password:
Re-enter new password:
Password updated successfully!
- Reloading privilege tables..
... Success!
- Remove anonymous users? [Y/n] y
- Disallow root login remotely? [Y/n] y
- Remove test database and access to it? [Y/n] y
- Reload privilege tables now? [Y/n] y
... Success!
0 Komentar