MySQL requires the pdo_mysql extension, not mysql.

Also fix a few typos.
This commit is contained in:
Sebastiaan Lokhorst
2015-12-06 23:49:46 +01:00
parent a5177f6f11
commit 0079bb38ee
4 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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**

View File

@@ -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: