Merge "Revert "change the default to PyMYSQL""
This commit is contained in:
commit
008f42a24c
@ -11,7 +11,7 @@
|
|||||||
MY_XTRACE=$(set +o | grep xtrace)
|
MY_XTRACE=$(set +o | grep xtrace)
|
||||||
set +o xtrace
|
set +o xtrace
|
||||||
|
|
||||||
MYSQL_DRIVER=${MYSQL_DRIVER:-PyMySQL}
|
MYSQL_DRIVER=${MYSQL_DRIVER:-MySQL-python}
|
||||||
# Force over to pymysql driver by default if we are using it.
|
# Force over to pymysql driver by default if we are using it.
|
||||||
if is_service_enabled mysql; then
|
if is_service_enabled mysql; then
|
||||||
if [[ "$MYSQL_DRIVER" == "PyMySQL" ]]; then
|
if [[ "$MYSQL_DRIVER" == "PyMySQL" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user