Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1014629
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T10:16:43+00:00 2026-05-16T10:16:43+00:00

I need to connect to a remote MySQL database and have created the following

  • 0

I need to connect to a remote MySQL database and have created the following connection code:

<?php
/* Set Variables */
$host="myipaddress";
$db="mydbname"; 
$username="dbuser";
$pass="mypass";

/* Attempt to connect */
$mysqli=new mysqli($host,$username,$pass,$db);
if (mysqli_connect_error()){
die('Connect Error (' . mysqli_connect_errno() . ') '
. mysqli_connect_error());
echo 'Success... ' . $mysqli->host_info . "\n";

$mysqli->close();

}
?>

For security reasons, I’ve not provided the actual variable values. When I run this on my development system, I receive

Connect Error (2003) Can't connect to MySQL server on 'myipaddress' (10061)

My PHP is a bit rusty, can someone identify where my code is faulty? Note that dbuser has select, insert and update privileges on the database name set as the variable.

Thanks,
Sid

Edit
I made changes to my.cnf and restarted mysql. I now receive access denied for user ‘dbuser’@’mycurrenthostname’ (using password YES). When I use mysql -u dbuser -p from command line, I can login. I granted insert, update and select to dbuser with host ‘%’ so that dbuser could connect from anywhere.

I’ve read the MySQL Reference guide about this error, but am still stuck. Is there a problem with my code, now that my.cnf has been fixed?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T10:16:44+00:00Added an answer on May 16, 2026 at 10:16 am

    Check that your firewall is allowing connections through on port 3306.

    Check the MySQL configuration parameter bind-address in my.cnf to ensure that it is allowing remote connections.

    There’s information and troubleshooting tips here:

    http://dev.mysql.com/doc/refman/5.1/en/can-not-connect-to-server.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to connect to a remote mysql database in PHP. Specifically I have
How do I connect to a remote Oracle database instance from PHP? I need
Here's the situation: we have an Oracle database we need to connect to to
I have a dropdown menu that is filled by a mysql database. I need
I have a server attempting to connect to a MySQL database hosted outside of
I need help with displaying images from a MySQL database. What I have is
What ports do you need to open in a firewall to connect a remote
Within c#, I need to be able to Connect to a remote system, specifying
I have a need to connect to a WCF service I wrote without having
So our web server apps need to connect to the database, and some other

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.