Hi all, maybe there's a similar problem out there, but I've been throught the first dozen pages and found no solution. I'm using the MySQL Control Center to create Servers and (when possible) the Databases. Here's the problem:
Question 1:
I've installed mySQL 4.0 into two machines, one running on Win2K and another running on WinXP-pro. The Win2K machine can create a server and connect to it with Host Name 127.0.0.1; but not with 'localhost' (I understand there seem to be some problem with (the keyword) 'localhost' without setting -standalone or something like that?) nor its assigned IP (say 191.166.1.199) in the LAN as Host Name.
Now, the WinXP-pro machine cannot connect to a server that it creates with Host Name 127.0.0.1 or 'localhost' or its asiigned IP in the LAN; but it can connect to the Win2k machine (at IP 191.166.1.199).
Both machines are in the same LAN. What is the problem?
Question 2:
Same situation, (with the problem 1 unsolved, of course), I've used Connect/J to write a simple program to create a new table and run it on both machines. The Win2k is running fine, but the WinXP-pro machine returns with an error regarding --Password: YES--. Do I need to provide a password? The Server and Database that I'm targeting has not password set.
Question 1:
I've installed mySQL 4.0 into two machines, one running on Win2K and another running on WinXP-pro. The Win2K machine can create a server and connect to it with Host Name 127.0.0.1; but not with 'localhost' (I understand there seem to be some problem with (the keyword) 'localhost' without setting -standalone or something like that?) nor its assigned IP (say 191.166.1.199) in the LAN as Host Name.
Now, the WinXP-pro machine cannot connect to a server that it creates with Host Name 127.0.0.1 or 'localhost' or its asiigned IP in the LAN; but it can connect to the Win2k machine (at IP 191.166.1.199).
Both machines are in the same LAN. What is the problem?
Question 2:
Same situation, (with the problem 1 unsolved, of course), I've used Connect/J to write a simple program to create a new table and run it on both machines. The Win2k is running fine, but the WinXP-pro machine returns with an error regarding --Password: YES--. Do I need to provide a password? The Server and Database that I'm targeting has not password set.