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 🙂...

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-mysqlYou can install MySQL for linux like this...

Pin It on Pinterest