I am trying to get data from different mysql database(different server) in my wordpress site, but having the Error establishing database connection.
$seconddb= new wpdb('DB_USER','DB_PASSWORD', 'DB_NAME', 'DB_HOST');
Its working perfectly in local development, but in hosting site provides the error.
No comments:
Post a Comment