please test this:
dbuser only access locally
if in the wp-config.php is registered:
define ('DB_HOST', 'localhost');
Cloning works
if in the wp-config.php is registered:
define ('DB_HOST', 'localhost: 3306');
Cloning does not work.
Access denied for user 'wordpress_ad'@'::1' (using...