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

+ 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)