Remote database connection refused ERROR 2002
-
We are struggling with the use of WP Data Access / Data Explorer.
Remote database connection refused ERROR 2002
Our Connection detail are as follows:
Database name: cms_client_cfg
MySQL host: cmwebvideo.compumove.com
MySQL username: cmwebvideo
MySQL password: ???????????
MySQL port: 1433
MySQL schema: db_datareaderWe also attempted a WordPress test of wpdb by adding this string to our function.php file…
`$wpdb2 = new wpdb( ‘cmwebvideo’, ‘db password’, ‘cms_client_cfg’,
‘cmwebvideo.compumove.com’);
$rows = $mydb->get_results( ‘SELECT field_name FROM table_name’ );foreach ( $rows as $row ) :
echo $row->field_name;
endforeach;The result was a login error of https://www.compumove.com/wp-admin/
Your help would be greatly appreciated. Thank you
The page I need help with: [log in to see the link]
- The topic ‘Remote database connection refused ERROR 2002’ is closed to new replies.