danb35 / freenas-iocage-nextcloud

Script to create an iocage jail on FreeNAS for the latest Nextcloud 28 release, including Caddy, MariaDB or PostgreSQL, and Let's Encrypt
GNU General Public License v3.0
258 stars 71 forks source link

Fix mariadb access denied bug #111

Closed PrivatePuffin closed 4 years ago

PrivatePuffin commented 4 years ago

I've seen a few situations where the use of UPDATE would lead to the following error: mysqli_real_connect hy000/1045: access denied for user 'root'@'localhost' (using password: no)

This should prevent that from happening.