From ab02f88da72f0e8ffd9bd85a00f6ed09b39e2cb7 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 1 May 2018 13:28:59 -0700 Subject: [PATCH] Document why MYSQL_PWD may not work https://www.virtualmin.com/node/56959 --- mysql/lang/en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/lang/en b/mysql/lang/en index d09ce3654..791108f2d 100644 --- a/mysql/lang/en +++ b/mysql/lang/en @@ -27,7 +27,7 @@ index_version2=MySQL version $1 on $2 index_nomod=Warning: The Perl module $1 is not installed on your system, so Webmin will not be able to reliably access your MySQL database. Click here to install it now. index_nomods=Warning: The Perl modules $1 and $2 are not installed on your system, so Webmin will not be able to reliably access your MySQL database. Click here to install them now. index_mysqlver=The command $1 returned : -index_eenvpass=The MySQL client program $1 does not accept passwords passed using the MYSQL_PWD environment variable. To ensure that Webmin is able to fully communicate with MySQL, this option should be turned off on the module configuration page. +index_eenvpass=The MySQL client program $1 does not accept passwords passed using the MYSQL_PWD environment variable. To ensure that Webmin is able to fully communicate with MySQL, this option should be turned off on the module configuration page. Alternately, you can remove any password set in the root user's .my.cnf file. index_nodbs=You do not have access to any MySQL databases. index_nodbs2=No MySQL databases were found on your system. index_nodbs3=No MySQL databases matched your search.