filmov
tv
How to Create a MySQL User on Linux via Command Line

Показать описание
In this video, we describe how to Create a MySQL User on Linux via the Commandline.
Commands used:
mysql -u root -p
create user 'testuser'@'localhost' identified by 'somepassword';
Video by: Justin Palmer
Commands used:
mysql -u root -p
create user 'testuser'@'localhost' identified by 'somepassword';
Video by: Justin Palmer