Skip to content
Snippets Groups Projects
Commit e1b8af86 authored by Bob Mottram's avatar Bob Mottram
Browse files

Typo

parent 3f022516
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ function install_mariadb {
# See http://www.pontikis.net/blog/debian-9-stretch-rc3-web-server-setup-php7-mariadb
# https://mariadb.com/kb/en/mariadb/unix_socket-authentication-plugin
function_check run_query
run_query msql "update mysql.user set plugin = '' where User='root'; flush privileges;"
run_query mysql "update mysql.user set plugin = '' where User='root'; flush privileges;"
mysqladmin -u root password "$MARIADB_PASSWORD"
mark_completed $FUNCNAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment