21 lines
201 B
Markdown
21 lines
201 B
Markdown
# db
|
|
|
|
MySQL tool
|
|
|
|

|
|
|
|
Installation
|
|
|
|
```sh
|
|
git clone https://git.vaidis.eu/stevaidis/db.git
|
|
chmod +x db/db
|
|
ln -s $PWD/db/db /usr/sbin/
|
|
```
|
|
|
|
Configure
|
|
|
|
```sh
|
|
DBUSER="root"
|
|
DBPASS="1234"
|
|
```
|