Aug 18, 2002 #1 MikeLee Programmer Aug 7, 2002 10 HK I have install mysql using Redhat 7.3, I can run it locally, but if I want to connect from remote, it can't connect, what I need to set? am i need to add services to xinetd.d? what is the details of adding services?
I have install mysql using Redhat 7.3, I can run it locally, but if I want to connect from remote, it can't connect, what I need to set? am i need to add services to xinetd.d? what is the details of adding services?
Aug 19, 2002 #2 piti Technical User Apr 12, 2001 627 SK don't you have the mysql port blocked on your firewall? Upvote 0 Downvote
Aug 19, 2002 Thread starter #3 MikeLee Programmer Aug 7, 2002 10 HK i have already add the port in the ipchains and restart it Upvote 0 Downvote
Aug 19, 2002 #4 piti Technical User Apr 12, 2001 627 SK have you tried this: telnet your_host 3306 what's the error message returned while you are connecting from the remote machine Upvote 0 Downvote
have you tried this: telnet your_host 3306 what's the error message returned while you are connecting from the remote machine
Aug 19, 2002 Thread starter #5 MikeLee Programmer Aug 7, 2002 10 HK Oh, i know what's wrong with my setting now, I havn't grant the user right correctly, thx a lot Upvote 0 Downvote