by Garth | Apr 16, 2023 | MySQL Blog Posts
Check Serve Status
sudo service mysql status
Start or Stop MySQL Server
service mysql stop
service mysql start
MySQL Terminal Actions
create database this_is_my_database_name;
Also, give this a read 🙂
https://www.tutorialspoint.com/starting-and-stopping-mysql-server
by Garth | Apr 16, 2023 | MySQL Blog Posts
You can install MySQL for Windows here.
The new MySQL install very convenient. But is made for Windows.
https://dev.mysql.com/downloads/installer/
Give this article a read for Linux
https://ubuntu.com/server/docs/databases-mysql
You can install MySQL for linux like this :
sudo apt install mysql-server
sudo service mysql status