MySQL Shell Commands
Entering the SQL mode
\sql
connecting with a certain user
\connect root@localhost
using a specific database
use new_db;
creating a new user and adding a password for him.
create user ali@localhost identified by '123pass'
DCL (Data Control Languag...
abd-elrahman.hashnode.dev1 min read