Bug #63625 The requested name is valid and was found in the database, but it does not have
Submitted: 6 Dec 2011 12:30 Modified: 6 Dec 2011 16:00
Reporter: Dev R Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Replication Severity:S2 (Serious)
Version:5.5 OS:Windows
Assigned to: CPU Architecture:Any
Tags: Replication(does not have the correct associated data being resolved for)

[6 Dec 2011 12:30] Dev R
Description:
Hi,
    I have created replication using :
      Master : Mysql 5.5
      Slave  : Mysql 5.1 
and connected master with my (Java based) application.Its performing all "CURD" operations but in some pages like search, some profile page no data is appearing.
then i checked out the log file in my "Master" Mysql there its showing Error:
(IP address '192.168.2.5' could not be resolved: The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for.) 

Please help me to solve this problem ..Thanx in advance..

How to repeat:
Hi,
    I have created replication using :
      Master : Mysql 5.5
      Slave  : Mysql 5.1 
and connected master with my (Java based) application.Its performing all "CURD" operations but in some pages like search, some profile page no data is appearing.
then i checked out the log file in my "Master" Mysql there its showing Error:
(IP address '192.168.2.5' could not be resolved: The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for.) 

Please help me to solve this problem ..Thanx in advance..
[6 Dec 2011 12:48] Dev R
Hi,
    I have created replication using :
      Master : Mysql 5.5
      Slave  : Mysql 5.1 
and connected master with my (Java based) application.Its performing all "CURD"
operations but in some pages like search, some profile page no data is appearing.
then i checked out the log file in my "Master" Mysql there its showing Error:
(IP address '---.---.-.-' could not be resolved: The requested name is valid and was
found in the database, but it does not have the correct associated data being resolved
for.) 

Please help me to solve this problem ..Thanx in advance..
[6 Dec 2011 13:35] Peter Laursen
To my best knowledge a slave should be same or higher version than the master.  But not sure if this is the problem here

Peter
(not a MySQL person)
[6 Dec 2011 14:26] Valeriy Kravchuk
We're sorry, but the bug system is not the appropriate forum for asking help on using MySQL products. Your problem is not the result of a bug.

Support on using our products is available both free in our forums at http://forums.mysql.com/ and for a reasonable fee direct from our skilled support engineers at http://www.mysql.com/support/

Thank you for your interest in MySQL.
[6 Dec 2011 14:27] Dev R
Peter,

  thanx for reply, but i dont think so tat is the issue here.i have searched a lot and found tat its "Troubleshooting TCP/IP Error 11004"..but dnt knw how to fix it.