Daniel Kesselberg
2f269adec6
feat: hello codespell
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-07-23 13:04:10 +02:00
Joas Schilling
377125a347
Update some outdated versions and links
...
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2024-03-16 19:50:34 +01:00
Josh
4fe91a6ed6
docs(admin): Emphasize recommended versions in db chapter ( #11588 )
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-02-27 17:21:25 -05:00
Josh
508aa2f1ef
docs(admin): Clarify DB conversion steps and command usage ( #11584 )
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2024-02-26 10:21:46 -05:00
Daniel Black
d07a30fc73
Database installation - MariaDB use mariadb / no FLUSH PRIVILEGES
...
MariaDB is deprecating off its mysql client usage (has been a symlink for a very long time).
FLUSH PRIVILEGES aren't required after any creation of users or grants. It has only two very specific meenings that aren't the case here; when credentials are directly changes in underlying tables using DML, or the server was started with --skip-grant-tables and this is ending that lack of priv scheme.
Signed-off-by: Daniel Black <daniel@mariadb.org >
2023-11-06 08:19:49 +11:00
Simon L
aac802569f
address review
...
Co-authored-by: Vitor Mattos <vitor@php.rio >
Signed-off-by: Simon L. <szaimen@e.mail.de >
2022-10-27 13:06:42 +02:00
szaimen
4c05d88d9c
rework postgresql docs
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-10-18 23:22:00 +02:00
Jani Uusitalo
37dcac99eb
Fix "An Nextcloud" typo
...
Signed-off-by: Jani Uusitalo <jani@mummila.net >
2021-04-09 14:41:51 +03:00
Steve8291
564286ecaa
Add note about when to enable SSL
...
As the manual currently reads it sounds like you should always enable SSL for your database. Added note explaining that is is only necessary when you connect remotely.
Since the default install for MariaDB or MySQL only allows communication on localhost through a unix socket, this will not need to be configured for most installs.
2021-01-23 14:38:58 -05:00
Joas Schilling
dfe90ce2e8
Adjust the manual to MySQL 8 required
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-01-15 11:47:28 +01:00
Simon Westersund
dcec6d6582
Admin manual: Fix another typo and missing value
...
- "skip_server_name" with underscores.
- Add "= 1" which was missing. Assuming that the previous author meant
to enable this, since the default is 0.
Signed-off-by: Simon Westersund <swestersund@users.noreply.github.com >
2020-10-30 15:16:21 +02:00
Simon Westersund
f08de1c7b0
Admin manual: Fix typo in MySQL/MariaDB properties
...
- Change dashes to underscores in the property names. Verified the names
via the following documentation pages:
- MySQL: https://dev.mysql.com/doc/refman/8.0/en/server-option-variable-reference.html
- MariaDB: https://mariadb.com/kb/en/server-system-variables/
Signed-off-by: Simon Westersund <swestersund@users.noreply.github.com >
2020-10-30 15:05:19 +02:00
Morris Jobke
e90372eb4b
Update admin_manual/configuration_database/linux_database_configuration.rst
2020-10-28 15:30:49 +01:00
AndrewwHummer
66d13f2d44
Update admin_manual/configuration_database/linux_database_configuration.rst
...
Co-authored-by: Morris Jobke <hey@morrisjobke.de >
2020-10-28 14:07:15 +01:00
AndrewwHummer
b071977647
add mysql ssl config
...
add mysql ssl config
2020-10-28 12:54:58 +01:00
J0WI
122ed88e53
Update urls to HTTPS
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2020-09-17 20:33:30 +02:00
Mageistral
d55351819e
typo error
...
COMMITED in comment instead of having COMMITTED
2020-03-26 21:30:14 +01:00
Julius Härtl
9890900cd5
Cleanup installation manual
...
Move example out of manual installation, mark snap/vm as community project
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-01-02 15:33:45 +01:00
J N
b251a5f388
Update linux_database_configuration.rst
...
PostgreSQL instead of MySQL on how to remotley access a postgres server (previously "To access a PostgreSQL installation on a...")
2019-05-28 13:35:12 +03:00
plluksie
f97042b966
Update linux_database_configuration.rst
...
typo: .dom -> .com
2018-12-22 11:15:35 +00:00
Morris Jobke
1cf765b5e9
Fix warnings of build command
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2018-07-24 09:57:33 +02:00
Morris Jobke
e8b1849b2a
Merge pull request #812 from hanserasmus/master
...
Fixed a few typos in the database configuration section.
2018-07-19 12:10:53 +02:00
Hans Erasmus
b54422cb17
Fixed a few typos in the database configuration section.
2018-07-19 11:13:54 +02:00
rieger::CLOUD
74b2f05617
Cosmetical changes
...
Minor Cosmetical and grammatical changes
2018-07-11 13:47:15 +02:00
rieger::CLOUD
2254e67e97
UTF8MB4 amendments
...
added create statements and config.php value.
2018-07-09 18:29:56 +02:00
rieger::CLOUD
c7901cde4d
Removed the **
2018-07-09 15:08:40 +02:00
rieger::CLOUD
e7ad004bb7
Found a typo.
...
Appologize
2018-07-09 14:43:50 +02:00
rieger::CLOUD
c32114a541
MariaDB/MySQL Global settings
...
Added transaction_isolation and binlog_format to the database server configuration with an example of an entire /etc/mysql/my.cnf
2018-07-09 14:35:21 +02:00
Louis-Philippe Véronneau
0d98b043c3
grant minimal sql privileges instead of granting all of them ( fix #648 )
2018-03-16 16:17:08 -04:00
Jos Poortvliet
d7c06cedc6
Update linux_database_configuration.rst
...
php5 -> php7
2017-12-11 19:10:04 +01:00
Joas Schilling
743ec09a3f
Fix typo in "committed"
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2017-11-24 13:34:19 +01:00
peterdamian
9919a3fd3d
#600 Change headers to sentence case
2017-11-20 15:15:05 -05:00
peterdamian
e07dd2c746
Header changes for the admin manual, #602
2017-11-15 17:01:03 -05:00
Marius Blüm
b74354e573
remove wrong database-guide
...
Signed-off-by: Marius Blüm <marius@lineone.io >
2017-07-29 18:15:00 +02:00
Joas Schilling
66aa779a86
Downstream of https://github.com/owncloud/documentation/pull/2700
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2017-01-05 10:40:31 +01:00
Lukas Reschke
6ccd2c5678
Branding
2016-07-21 00:21:47 +02:00
Joas Schilling
f28c228322
Cleanup admin manual from enterprise apps
2016-07-13 17:59:00 +02:00
RealRancor
5641f8f4e9
Update MySQL / MariaDB database requirements.
2016-07-11 11:13:44 +02:00
Patric Lenhart
fc8a6de37b
replaced owncloud by nextcloud in database configuration
2016-06-21 00:30:41 +02:00
Stefan Weil
b059e6eea6
admin_manual: Fix typos found by codespell
...
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2016-06-12 21:42:27 +02:00
RealRancor
2ba2354f59
Add more notes that Oracle is ES only.
2016-05-14 18:09:25 +02:00
Carla Schroder
3b7697ff5c
make edition names consistent
2016-05-13 11:34:40 -07:00
RealRancor
98ecfe1f37
Updates to the mysql has gone away issue.
2016-04-22 07:15:50 +02:00
Carla Schroder
8a810752f2
minor corrections to Oracle docs
2016-04-21 07:45:28 -07:00
Carla Schroder
32212fb6a0
consolidate oracle pages, move to enterprise section
2016-04-20 14:24:48 -07:00
Carla Schroder
77e44289fe
convert all named code blocks to generic code blocks
2016-03-10 09:06:46 -08:00
Sebastiaan Lokhorst
0079bb38ee
MySQL requires the pdo_mysql extension, not mysql.
...
Also fix a few typos.
2015-12-06 23:49:46 +01:00
RealRancor
de92218af3
Updated description of MySQL/MariaDB BINLOG requirement.
2015-10-30 23:48:00 +01:00
Phil Davis
12ac91e57f
Linux Db Config minor edits
2015-08-16 15:46:01 +05:45
Carla Schroder
5402e36ec6
updates to database config docs
2015-03-18 15:40:31 -07:00