Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/ushell-module-mysql

Unix like shell module for mysql.
https://github.com/afeiship/ushell-module-mysql

mysql unix ushell

Last synced: 19 days ago
JSON representation

Unix like shell module for mysql.

Awesome Lists containing this project

README

        

# ushell-module-mysql
> Unix like shell module for mysql.

## resources:

## commands:
+ update password:

```bash
MariaDB [mysql]> SELECT User, Password, Host FROM user;
+------+-------------------------------------------+-----------------------+
| User | Password | Host |
+------+-------------------------------------------+-----------------------+
| root | *18398937C89B738E526595BAFDCDA9F0141316D5 | % |
| root | *18398937C89B738E526595BAFDCDA9F0141316D5 | localhost.localdomain |
| root | *18398937C89B738E526595BAFDCDA9F0141316D5 | 127.0.0.1 |
| root | *18398937C89B738E526595BAFDCDA9F0141316D5 | ::1 |
+------+-------------------------------------------+-----------------------+
```