How do I access my site via Telnet? I need to do some MySQL stuff

phatj

Golden Member
Mar 21, 2003
1,837
0
0
Just got a book on MySQL for beginners... How do I access my site via Telnet? I dont have my own server (of course) and I see nothing about MySQL when I log into my FTP. Or is there an easier way to start using MySQL? Thanks. (www.phatj.net)
 

phatj

Golden Member
Mar 21, 2003
1,837
0
0
Thats what I did originally, and it fails to connect, I figured I was doin something wrong
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
You didn't bother to ask the people running the server that your site is on if you were allowed access via telnet, did you?
 

RossMAN

Grand Nagus
Feb 24, 2000
79,028
437
136
Ask your webhost (Webclone.net) if they allow SSH telnet access, most do not.

If they do allow SSH access then download Putty and use that to access your web site.
 

TommyVercetti

Diamond Member
Jan 4, 2003
7,623
1
0
If it's not allowed, then you are going to have to use either Perl scripts or PHP scripts. Provided that even those are allowed.