mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-04-25 18:08:07 +02:00
3 lines
108 B
Bash
Executable File
3 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
mysql --host=dbtest --port=3306 -uroot -p$MYSQL_ROOT_PASSWORD --protocol=TCP $MYSQL_DATABASE -A
|