mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-04-28 03:33:20 +02:00
3 lines
85 B
Bash
Executable File
3 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
mysql --host=db --port=3306 -uroot -p$MYSQL_ROOT_PASSWORD --protocol=TCP
|