Install MySQL Server on Ubuntu
Jun 28, 2024
Why
- I am working on an autoposting tool for social sites.
- in order to complete that i want a db to log the metadata of my posts
Parts of this series
MYSQL Resources
Install
Download the config files
go to this link and download the script.
https://dev.mysql.com/downloads/repo/apt/
Install the release package with dpkg
note that the w.x.y.z will change according to the release package
run
in my case i ran
Update apt and install
so the package above just added the mysql repository to the apt package manager. to actually install we will run
&&
Start mysql
mysql will likely alrady be running post install. Check the status by running