NeeoSoft Ltd 1 year ago
parent
commit
40bc164ba4

+ 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