mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> select user from user;
+------------------+
| user |
+------------------+
| sjordi |
| root |
| root |
| debian-sys-maint |
| phpmyadmin |
| root |
| santj |
| root |
+------------------+
8 rows in set (0.55 sec)
mysql> show grants for sjordi;
+-------------------------------------------------------------------------------------------------------+
| Grants for sjordi@% |
+-------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'sjordi'@'%' IDENTIFIED BY PASSWORD '*xxxxx' |
| GRANT ALL PRIVILEGES ON `concurs-sjordi`.* TO 'sjordi'@'%' |
+-------------------------------------------------------------------------------------------------------+
2 rows in set (0.25 sec)
dissabte, 5 de març del 2016
Subscriure's a:
Comentaris del missatge (Atom)
Cap comentari:
Publica un comentari a l'entrada