PDA

View Full Version : mySQL and Telnet


Morgo
Wed 24th May '00, 1:39am
Hi,

I see a few messages regarding people administering their mySQL databases via Telnet. I admit Im quite a newbie when it comes to UNIX, mySQL and PHP. Could someone point me in the direction of some resources where I can find out how to access my DB via telnet?

Cheers!

werehere
Wed 24th May '00, 1:58am
Here is a good place:

http://web.mysql.com/Manual_chapter/manual_toc.html

RobRJ
Wed 24th May '00, 3:30am
DevShed has a good beginning tutorial on PHP/MySQL at:

http://www.devshed.com/Server_Side/PHP/DB_Basics/

The page has a nice, easy to read step-by-step MySQL through telnet introduction (near the bottom of that page).

and

Webmonkey also has a nice, long, easy to read intro to PHP/MySQL at:

http://hotwired.lycos.com/webmonkey/99/21/index2a_page5.html?tw=programming

This link should take you straight to the Telnet-MySQL admin section...

and another resource...

PHPMyAdmin - very nice and easy to use web based interface to your MySQL database(s), even if using a hosting provider...

http://phpwizard.net/phpMyAdmin/


Well, these resources (and the manual that werehere recommended) are what I've been looking at when I have the time... hope it helps :)

RobRJ

Morgo
Wed 24th May '00, 3:34am
Thank you!

You guys rock :)