NeeoSoft Ltd 1 jaar geleden
bovenliggende
commit
40bc164ba4
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3 3
      computer_science/database/install_and_configure_mysql_server_on_ubuntu.md

+ 3 - 3
computer_science/database/install_and_configure_mysql_server_on_ubuntu.md

@@ -1,4 +1,4 @@
-# Mysql installation and configuration on Ubuntu Server 22.04
+# mysql server installation and configuration on Ubuntu Server 22.04
 
 1. Update ubuntu server first:
    ```console
@@ -7,7 +7,7 @@
 
    
 
-2. Upgrade:
+2. Then upgrade ubuntu server:
 
    ```console
    sudo apt upgrade
@@ -15,7 +15,7 @@
 
    
 
-3. Install mysql-server:
+3. Install mysql server:
 
    ```console
    sudo apt install mysql-server