MySQL DDL Operations

From NovaOrdis Knowledge Base
Revision as of 05:19, 7 December 2020 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Users

Display Users

SELECT USER FROM mysql.user;

Create User

CREATE USER 'someuser'@'localhost' IDENTIFIED BY 'somepassword';