Revision 7577
Added by Aaron Marcuse-Kubitza almost 12 years ago
bin/mysql_bien | ||
---|---|---|
1 |
#!/bin/bash |
|
2 |
# Runs a MySQL command on the local MySQL server |
|
3 |
|
|
4 |
selfDir="$(dirname -- "$0")" |
|
5 |
|
|
6 |
. "$selfDir/vegbien_dest" |
|
7 |
|
|
8 |
exec mysql --host="$host" --user="$user" --password="$password" "$@" |
|
0 | 9 |
Also available in: Unified diff
Added mysql_bien, which runs a MySQL command on the local MySQL server