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: 10 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-04T02:58:43.000Z (almost 3 years ago)
- Last Synced: 2025-05-29T18:35:42.838Z (about 1 month ago)
- Topics: mysql, unix, ushell
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- 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 |
+------+-------------------------------------------+-----------------------+
```