Setelah sukses install Nginx pada server ubuntu, selanjutnya akan kita install MySql untuk databasenya
1. Install MySql
sudo apt install mysql-server
Enter Y untuk konfirmasi.
2. Setup Validate Password Plugin
sudo mysql_secure_installation
Enter Y sampai dengan selesai.
3. Tes Uji MySql
sudo mysql
OutputWelcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 22
Server version: 8.0.19-0ubuntu5 (Ubuntu)
Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
0 comments:
Post a Comment