diff --git a/scripts/install-mysql-tools.sh b/scripts/install-mysql-tools.sh index 25b6090..d9a5945 100644 --- a/scripts/install-mysql-tools.sh +++ b/scripts/install-mysql-tools.sh @@ -3,6 +3,8 @@ # # MySQL install tools # Install mysql and mysqldump to container +# - mysql-client (mariadb tools) +# - mariadb-connector-c (fills the gap with new mysql sha password protocol) # -apk update && apk add mysql-client; \ No newline at end of file +apk update && apk add mysql-client mariadb-connector-c; \ No newline at end of file