NeeoSoft Ltd 1 년 전
부모
커밋
1ef9b74326
1개의 변경된 파일9개의 추가작업 그리고 2개의 파일을 삭제
  1. 9 2
      computer_science/database/install_and_configure_mysql_server_on_ubuntu.md

+ 9 - 2
computer_science/database/install_and_configure_mysql_server_on_ubuntu.md

@@ -1,4 +1,11 @@
 # Mysql installation and configuration on Ubuntu Server 22.04
 
-1. `sudo apt update`
-2. `sudo apt upgrade`
+1. Update ubuntu server first:
+
+   ```console
+   sudo apt update
+   ```
+
+2. Upgrade it:
+
+   `sudo apt upgrade`