#mysql
Read more stories on Hashnode
Articles with this tag
Creating Users and Managing Privileges: Create a new user: CREATE USER 'username'@'hostname' IDENTIFIED BY 'password'; Grant all privileges on a...
Commands used to host MySql Server on AWS EC2 Instance Step 1: Update the system sudo apt update Step 2: Install MySql sudo apt install...