The MySQL authentication has changed. How can I change the LiveZilla MySQL settings?
For technical reasons, it is not possible to apply these changes through the GUI.
- Connect to your webserver using a common FTP Client (e.g. FileZilla, freeware).
- Change to the _config directory.
- Open the config.php file.
- Set your base64 encoded details as values for the following keys:
...
$_CONFIG['b64'] = false;
$_CONFIG[0]['gl_db_host'] = MySQL Host
$_CONFIG[0]['gl_db_user'] = MySQL User
$_CONFIG[0]['gl_db_pass'] = MySQL Password
$_CONFIG[0]['gl_db_name'] = MySQL Database Name
$_CONFIG[0]['gl_db_prefix'] = MySQL Prefix
...
- Save the config.php file.
21 of 42 people found this helpful.