How To Create a New User and Grant Permissions in MySQL

Опубликовано: 20 Август 2014
на канале: NixInPix
9,393
23

MySQL the world's second most widely used open-source relational database management system. This tutorial will show you how to make new user and how to give permissions.
If you have any questions please ask in comment.

Commands:
sudo mysql -u root -p
CREATE USER 'testuser'@'localhost' IDENTIFIED BY '12345';
GRANT ALL PRIVILEGES ON * . * TO 'testuser'@'localhost';
FLUSH PRIVILEGES;
quit
sudo service mysql restart
mysql -u testuser -p
You can always Deploy an SSD cloud server in 55 seconds
with Digitalocean.
Anyone how use this link will receive $10 in hosting credit immediately after unlocking their account by adding a valid payment method.
Sign Up with this link
https://www.digitalocean.com/?refcode...
(affiliate, referral)


Смотрите видео How To Create a New User and Grant Permissions in MySQL онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал NixInPix 20 Август 2014. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 9,393 раз и оно понравилось 23 посетителям.