NeeoSoft Ltd 1 рік тому
батько
коміт
6a89f16324

+ 6 - 2
computer_science/database/install_and_configure_mysql_server_on_ubuntu.md

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