Monthly Archive: February 2019

17
Feb
2019

MySQL Linux Commands

List of useful MySQL commands for Linux. Login to MySQL mysql -u USERNAME -p Create a MySQL user mysql > CREATE USER 'user'@'localhost' IDENTIFIED BY 'password';...