Re: PHP MYSQL Admin question

2009-07-23 Thread The Doctor
On Thu, Jul 23, 2009 at 08:47:41AM -0500, Johnny Withers wrote: > Are you sure MySQL is running? > Can you connect with any other MySQL client? > Turns out the php.ini was not set properly. > On Wed, Jul 22, 2009 at 1:55 PM, Dave Shariff Yadallee - System > Administrator a.k.a. The Root of the P

Re: PHP MYSQL Admin question

2009-07-23 Thread Johnny Withers
Are you sure MySQL is running? Can you connect with any other MySQL client? On Wed, Jul 22, 2009 at 1:55 PM, Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem wrote: > Trying the latest phpMYAdmin on Mac OS X. > > Everything is set up correct but I get > > #2002 - The s

PHP MYSQL Admin question

2009-07-23 Thread Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem
Trying the latest phpMYAdmin on Mac OS X. Everything is set up correct but I get #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured) And I am telling config.php where the mysql.sock file is located. Help. -- MySQL General Mailing List For l

Re: Admin Question

2004-02-09 Thread Ryan Yagatich
Ronan, The command you are looking for is 'SHOW PROCESSLIST' or 'SHOW FULL PROCESSLIST'. Additionally, take a look at 'mytop', which you can find at http://jeremy.zawodny.com/mysql/mytop/ mytop - a top clone for MySQL mytop is a console-based (non-gui) tool for monitoring the threads an

Admin Question

2004-02-09 Thread Ronan Lucio
Hello, We have an MySQL-4.0.14 Server installed and sometimes the it takes 90% from CPU. So, my question is: Is there a way to know what is taking so many CPU process? What query is causing such problem? Thanks Ronan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mys

Re: (more concise) db admin question

2003-07-23 Thread Victoria Reznichenko
Ed Brown <[EMAIL PROTECTED]> wrote: >To restate an earlier question more concisely: > >Is it true that a user who is given all privileges, including grant > option, on a database (e.g., in order to administer that database) can > create other users with any or all of his privileges, but ca

(more concise) db admin question

2003-07-19 Thread Ed Brown
To restate an earlier question more concisely: Is it true that a user who is given all privileges, including grant option, on a database (e.g., in order to administer that database) can create other users with any or all of his privileges, but cannot give them passwords? Is there some wa