Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2013-12-14 23:26:12 +0400
committerMarc Delisle <marc@infomarc.info>2013-12-14 23:26:12 +0400
commit2a8962aa95ba5f8b11439bfe3e9ecc88decb2c88 (patch)
treef2283f70566a8487f9dad8a07a33f74de10f0a16 /examples/config.manyhosts.inc.php
parent61feb946a53136cb2310cbf2ee4012cf3c24cbc9 (diff)
Signed-off-by: Marc Delisle <marc@infomarc.info>
Added warning about the mysql extension being deprecated and removed the extension directive
Diffstat (limited to 'examples/config.manyhosts.inc.php')
-rw-r--r--examples/config.manyhosts.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/config.manyhosts.inc.php b/examples/config.manyhosts.inc.php
index 3ab6572bcc..b188aa8b86 100644
--- a/examples/config.manyhosts.inc.php
+++ b/examples/config.manyhosts.inc.php
@@ -23,7 +23,6 @@ foreach ($hosts as $host) {
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
- $cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = 'pmapass';