nextcloud/lib/private/Setup
Vincent Petry aeb4011279
Fix misleading MySQL DB creation error (#25485)
Whenever the GRANT ALL failed, it used to display "Database creation
failed" which is incorrect. It's only the privleges setting that failed.

This moves the privilege setting message to DEBUG and makes it more
precise.
2016-07-27 11:45:13 +02:00
..
AbstractDatabase.php revert to old setup connection logic 2016-07-26 11:44:15 +02:00
MySQL.php Fix misleading MySQL DB creation error (#25485) 2016-07-27 11:45:13 +02:00
OCI.php Fix others 2016-07-21 18:13:57 +02:00
PostgreSQL.php Update with robin 2016-07-21 18:13:58 +02:00
Sqlite.php Fix others 2016-07-21 18:13:57 +02:00