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

+ 1 - 4
computer_science/database/install_and_configure_mysql_server_on_ubuntu.md

@@ -1,10 +1,7 @@
 # Mysql installation and configuration on Ubuntu Server 22.04
 
 1. Update ubuntu server first:
-
-   ```csharp
-   sudo apt update
-   ```
+   <span style="background-color:#272822;color:#f8f8f2;border-radius:4px;padding:4px 8px;">sudo apt update</span>
 
 2. Upgrade it: