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