I have a "Fileserver" that i installed IIS, PHP and mysql. Running XP SP2 firewall disabled.
I'm tring to connect to the mysql on the "Fileserver" from another networked computer, via command line, to run sql commands.
I can connect fine with the mysql client software, but I want to use windows telnet to connect to get the command line interface.
when i run telnet 192.168.x.x 3306 on the client run line, i get a pause and some garbled output and then i get "Connection lost..."
I have also setup SSH on the file server. I can SSH into the fileserver but when i try to run the mysql -u root -p it just clocks.
any ideas.
thanks, bob
I'm tring to connect to the mysql on the "Fileserver" from another networked computer, via command line, to run sql commands.
I can connect fine with the mysql client software, but I want to use windows telnet to connect to get the command line interface.
when i run telnet 192.168.x.x 3306 on the client run line, i get a pause and some garbled output and then i get "Connection lost..."
I have also setup SSH on the file server. I can SSH into the fileserver but when i try to run the mysql -u root -p it just clocks.
any ideas.
thanks, bob