News

To do this: Log in to the MySQL console with: sudo mysql -u root -p Make sure you know which database you’re going to be using. You can list them out with: show databases; Create the new user with: ...
I’ll work with MySQL on Ubuntu Server 18.04. Creating a database The first thing to do is to create a database. I’m going to demonstrate by creating a database called TECHREPUBLIC.