mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
MySQL requires the pdo_mysql extension, not mysql.
Also fix a few typos.
This commit is contained in:
@@ -57,7 +57,7 @@ Configuring a MySQL or MariaDB Database
|
||||
|
||||
If you decide to use a MySQL or MariaDB database, ensure the following:
|
||||
|
||||
* That you have installed and enabled the MySQL extension in PHP
|
||||
* That you have installed and enabled the pdo_mysql extension in PHP
|
||||
|
||||
* That the **mysql.default_socket** points to the correct socket (if the database runs on the same server as ownCloud).
|
||||
|
||||
@@ -69,7 +69,6 @@ The PHP configuration in :file:`/etc/php5/conf.d/mysql.ini` could look like this
|
||||
|
||||
# configuration for PHP MySQL module
|
||||
extension=pdo_mysql.so
|
||||
extension=mysql.so
|
||||
|
||||
[mysql]
|
||||
mysql.allow_local_infile=On
|
||||
|
||||
@@ -54,7 +54,7 @@ See also `this forum thread
|
||||
Other performance improvements
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Mysql: compare https://tools.percona.com/wizard to your current settings
|
||||
MySQL: compare https://tools.percona.com/wizard to your current settings
|
||||
MariaDB: https://mariadb.com/kb/en/optimization-and-tuning/
|
||||
|
||||
Postgresql
|
||||
|
||||
@@ -48,7 +48,7 @@ Follow these steps to get the appliance working:
|
||||
When using the ownCloud Proxy app, this Web page may be publicly visible.
|
||||
|
||||
.. note:: Inside the VM, ownCloud runs with a default disk size of 40 GB and its
|
||||
own MySql database. The ownCloud admin user is also a valid account on the
|
||||
own MySQL database. The ownCloud admin user is also a valid account on the
|
||||
Ubuntu system that runs inside the VM. You can administer the VM via SSH.
|
||||
|
||||
**For VMware**
|
||||
|
||||
@@ -61,7 +61,7 @@ Required:
|
||||
Database connectors (pick the one for your database:)
|
||||
|
||||
* PHP module sqlite (>= 3, usually not recommended for performance reasons)
|
||||
* PHP module mysql (MySQL/MariaDB)
|
||||
* PHP module pdo_mysql (MySQL/MariaDB)
|
||||
* PHP module pgsql (requires PostgreSQL >= 9.0)
|
||||
|
||||
*Recommended* packages:
|
||||
|
||||
Reference in New Issue
Block a user