rfe #2792992 [doc] Added advice to re-login after changing pmadb settings

This commit is contained in:
Herman van Rink
2010-02-15 15:21:55 +00:00
parent 6caa0de957
commit 85d3b6258e
59 changed files with 59 additions and 0 deletions

View File

@@ -1633,4 +1633,5 @@ $strPmadbCreateUser = 'Create a pma user and give access to these tables.'; //t
$strPmadbCreateConfig = 'Enable advanced features in configuration file (<code>config.inc.php</code>), for example by starting from <code>config.sample.inc.php</code>.'; //to translate
$strPDFPageCreated = 'Page has been created'; //to translate
$strPDFPageCreateFailed = 'Page creation failed'; //to translate
$strPmadbReLoginToEnable = 'Re-login to phpMyAdmin to load the updated configuration file.'; //to translate
?>