Thread: Telnet Problem
View Single Post

  #4 (permalink)  
Old 03-05-2007, 08:02 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,061
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Do not use telnet command use mysql command to connect to remote server.

Code:
mysql -u root -h remote-ip -p
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote