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

  • Home
  • SEARCH
  • 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 1097189
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T00:23:44+00:00 2026-05-17T00:23:44+00:00

I have two servers (virtual machines – I can remotely connect to these) –

  • 0

I have two servers (virtual machines – I can remotely connect to these) – server 1, and server 2.

On server 1 I keep my webpages, and on server 2, I keep the databases.

I am currently trying to connect to a database on server 2 from server 1.

Here is my php code:

<?php
            $dbhost = 'xxx.xx.xx.xx:xxxx';
            $dbuser = 'xxxxxx';
            $dbpass = 'xxxxxx';

            $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error connecting to mysql' . mysql_error());


            $dbname = 'database';
            mysql_select_db($dbname);
?>

This is the error message I get when I try to connect:

Access denied for user 'xxxxxx'@'server1' (using password: YES)

I found it a bit puzzling that it says @server1 considering I’m trying to connect to server 2. Can anyone offer any insights?

Thanks

PS: They’re both on windows 2008

  • 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-17T00:23:45+00:00Added an answer on May 17, 2026 at 12:23 am

    MySQL factors in the host name of the connecting client when determining whether or not to grant access. A given username may be allowed to log in from the same machine that is hosting the database (i.e. localhost) but not allowed to connect when used from a remote system.

    In your case, it sounds like user ‘xxxxxx’ is not authorized to connect from ‘server1’. You could grant user ‘xxxxxx’ login rights from all hosts (‘%’). However, it would be more secure to limit your that account’s login rights to the specific host (‘server1’) or range of hosts (‘%.mydomain.com’ or ‘144.155.166.0/255.255.255.0’) from which it needs to be used.

    For more information on this aspect of MySql’s authentication process, see http://dev.mysql.com/doc/refman/5.0/en/connection-access.html.

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

Sidebar

Related Questions

When I have two mysql servers that have different jobs (holding different databases) but
I currently have an asp.net website hosted on two web servers that sit behind
I have two SQL Server 2005 databases, one is for development and the other
We have two servers, a development/test server (Win Server 2008) and a live server
we have two webserver and we have dedicated the task between these two servers.
I have two MySQL servers configured in a Master-Slave relationship. Master -> my.cnf: server-id=1283522287
I have two dedicated servers and no hardware firewall. I'd like to forward all
I have a simple scenario, where two servers are connected through a gigabit link.
I have set up transactional replication between two SQL Servers on different ends of
I have to deploy my ASP.NET application into two seperated IIS servers. My application

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.