reid2017
2019-07-23 23:18:39 +08:00
```
MariaDB [mysql]> select host,user,password,authentication_string,plugin from user;
+---------------+------+----------+-----------------------+-----------------------+
| Host | User | Password | authentication_string | plugin |
+---------------+------+----------+-----------------------+-----------------------+
| localhost | root | invalid | invalid | mysql_native_password |
| localhost | reid | invalid | invalid | mysql_native_password |
| localhost | | | | |
| reiddembp.lan | | | | |
+---------------+------+----------+-----------------------+-----------------------+
4 rows in set (0.001 sec)
```