| ... | ... |
@@ -11,7 +11,7 @@ |
| 11 | 11 |
MY_XTRACE=$(set +o | grep xtrace) |
| 12 | 12 |
set +o xtrace |
| 13 | 13 |
|
| 14 |
-MYSQL_DRIVER=${MYSQL_DRIVER:-MySQL-python}
|
|
| 14 |
+MYSQL_DRIVER=${MYSQL_DRIVER:-PyMySQL}
|
|
| 15 | 15 |
# Force over to pymysql driver by default if we are using it. |
| 16 | 16 |
if is_service_enabled mysql; then |
| 17 | 17 |
if [[ "$MYSQL_DRIVER" == "PyMySQL" ]]; then |