summaryrefslogtreecommitdiffstats
path: root/lib/private/Setup/MySQL.php
Commit message (Expand)AuthorAgeFilesLines
* Use specific privileges when creating adminOliver Salzburg2019-07-161-1/+1
* move log constants to ILoggerArthur Schiwon2018-04-261-4/+5
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-10/+14
* Update license headersMorris Jobke2017-11-061-2/+4
* Install from migrationsJoas Schilling2017-07-251-5/+1
* fix install on mb4 enabled mariadb/mysqlArthur Schiwon2017-06-011-1/+1
* MySQL 4 byte is now detected during setup in any case.Thomas Müller2017-04-281-6/+4
* Add console command to migrate the charsetThomas Müller2017-04-281-23/+7
* During setup of a mysql database we try to detect if charset 'utf8mb4' can be...Thomas Müller2017-04-281-0/+26
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-3/+3
* Namespace and array syntax fixesMorris Jobke2017-03-191-1/+0
* Merge pull request #2670 from nextcloud/issue-2646-dont-connet-to-database-be...Roeland Jago Douma2016-12-141-1/+1
|\
| * Do not connect to database before creating itJoas Schilling2016-12-141-1/+1
* | Only log as info when we can not create a new DB userJoas Schilling2016-12-141-1/+1
|/
* Added Exception catch in case of DB User existsHemanth Kumar Veeranki2016-10-311-8/+16
* Add config option to update charset of mysql to utf8mb4Morris Jobke2016-10-191-2/+3
* Fix misleading MySQL DB creation error (#25485)Vincent Petry2016-07-271-1/+9
* Fix othersJoas Schilling2016-07-211-3/+4
* Remove duplicate database connect logic in mysql setupRobin Appelman2016-07-121-35/+0
* Added occ install option for database-port.Thomas Pulzer2016-07-061-2/+8
* Update license headersLukas Reschke2016-05-261-0/+2
* Move \OC\Repair to PSR-4Roeland Jago Douma2016-04-221-0/+175