in reply to Re: Re: Re: Re: Re: DBI::mysql fetch() without execute() PROBLEM
in thread DBI::mysql fetch() without execute() PROBLEM

Things I've learned.

\s is the command you type in when you're in the mysql client. It tells you lots of cool information. Who you're logged in as, your connection, etc. Very neat.

Also, I've learned to run "top" in Telnet. It tells me all the processes running. Including the mysqld.
  • Comment on Re: Re: Re: Re: Re: Re: DBI::mysql fetch() without execute() PROBLEM

Replies are listed 'Best First'.
(To many Re's:) DBI::mysql fetch() without execute() PROBLEM
by cfreak (Chaplain) on Jan 24, 2002 at 00:40 UTC
    That's cool I'll have to check that out, I didn't know about it. And yes 'top' is a very useful tool. 'ps aux' also gives good information on running processes.