server1 (use vps). i create database with webuzo (selecthost= anyhost)
server2 (use shared hosting). cant connect database , I've edited the file wp config.php and insert with data i created with webuzo
define('DB_NAME', '');
/** MySQL database username */
define('DB_USER', '');
/** MySQL database password */
define('DB_PASSWORD', '');
/** MySQL hostname */
define('DB_HOST', '192.563.x.x:3306');
how to correct configuration ?
while i build wp via vps and shared hosting, it same config?