aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/setup/mysql.php
Commit message (Collapse)AuthorAgeFilesLines
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* Update license headersJenkins for ownCloud2015-03-261-1/+23
|
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+1
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-1/+22
|
* Use setConfigs() instead of calling setConfig() multiple timesJoas Schilling2015-01-231-2/+4
|
* Correctly namespace DatabaseSetupExceptionJoas Schilling2014-11-261-3/+3
|
* simplify mysql user creation flowMichael Göhler2014-09-161-24/+38
| | | | | | | | | | if dbuser exists try a different one, owncloud/core#108 changed outdated comment corrected length calculation changed indentation for else clauses
* Add repair step to set MySQL collation to utf8_binRobin Appelman2014-07-081-1/+1
| | | | | Set default collation of mysql connection to utf8_bin Set utf_bin as default collation for new tables
* Change MySQL to MySQL/MariaDB in the frontendJoas Schilling2014-02-071-6/+6
| | | | Fix issue #6269
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+95
Conflicts: lib/private/vcategories.php