Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/afeiship/ushell-module-mysql
- Owner: afeiship
- Created: 2016-09-23T17:41:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-04T02:58:43.000Z (about 2 years ago)
- Last Synced: 2024-10-12T15:23:31.877Z (about 1 month ago)
- Topics: mysql, unix, ushell
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |
+------+-------------------------------------------+-----------------------+
```