mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-29 04:32:17 +02:00
3 lines
109 B
Bash
Executable File
3 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
mysql --host=dbevent --port=3306 -uroot -p$MYSQL_ROOT_PASSWORD --protocol=TCP $MYSQL_DATABASE -A
|