NeeoSoft Ltd 2 년 전
부모
커밋
40bc164ba4
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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