Manage MySQL Server on Linux Terminal

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

Manage Apache Server on Linux

Check Apache Status


sudo systemctl status apache2

Start, Stop or Restart Apache


sudo service apache2 start
sudo service apache2 restart
sudo service apache2 stop

For other operating systems such as CentOS/Fedora
Try httpd instead of apache2
Example : systemctl status httpd

Install MySQL – Linux and Windows

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
Bootstrap Mobile Optimisation

The best CSS library I have ever used for mobile Optimisation!

https://getbootstrap.com/

After full time developing since 2016 I still used this one almost every project I complete. In terms of mobile optimisation. Bootstrap remains king!

It is simple and easy to learn. Allowing new developers to pick it up fast. And cutting down the work load for mobile optimisation greatly. I highly recommend BootStrap to any web developer.

Derek Banas Learn in One Video

Check out this Derek Banas!

Derek Banas was an amazing resource when I was starting out in programming and still to this day is fantastic.
He covers fundamentals and explains tpoics very well and clearly for you to understand. I highly recommend this channel!

You can visit his Learn in One Video paylist here :
https://www.youtube.com/watch?v=Rub-JsjMhWY&list=PLGLfVvz_LVvSX7fVd4OUFp_ODd86H0ZIY&ab_channel=DerekBanas

And you can find his channel here :
https://www.youtube.com/@derekbanas/featured


Search

Your Favourite Posts

  • Your favorites will be here.

Latest Content

© Garth Baker 2025 All rights reserved.

Pin It on Pinterest

Share This