| masaji | % |
| user | % |
| root | 127.0.0.1 |
| root | ::1 |
| pma | localhost |
| root | localhost |
+--------+-----------+
6 rows in set (0.00 sec)
Membuat user baru
$ mysql -u root -p
•MariaDB [(none)]> grant all privileges on *.* to ’user’@’localhost’
-> identified by ’kata_sandi’ with grant option;
Beri Komentar
Belum ada komentar. Jadilah yang pertama untuk memberikan komentar!