mysql_clientdb_plugin scrambles password in certain cases
server/plugins-available/mysql_clientdb_plugin.inc.php
method
function process_host_list($action, $database_name, $database_user, $database_password, $host_list, $link, $database_rename_user = '', $user_access_mode = 'rw') {
$password variable does not exist
$database_password = $app-\>db-\>getPasswordHash($password);
Edited by Christoph Zysik