NeeoSoft Ltd 1 year ago
parent
commit
fbf004cb3c

+ 3 - 1
computer_science/database/install_and_configure_mysql_server_on_ubuntu.md

@@ -29,7 +29,9 @@
    sudo systemctl start mysql
    ```
 
-​		If mysql server is installed and started correctly. It will be running like this:
+​		Type `systemctl status mysql` in the console to check mysql server running status.
+
+​		If mysql server is installed and started correctly. It would be looked like this:
 
 ​		![image-20230627172104628](doc/readme/img/install_and_configure_mysql_server_on_ubuntu/image-20230627172104628.png)