Re: Re: Client being locked out by aborted connections

2006-10-26 Thread Dan Buettner
Bill, there's a note here: http://dev.mysql.com/doc/refman/5.0/en/flush.html that says: "You can start mysqld with --max_connect_errors=9 to avoid this error message." Now, it's not clear whether that 1) disables just the error message but still blocks hosts 2) disables the host blocking

Re: Client being locked out by aborted connections

2006-10-26 Thread Bill Moran
In response to Bill Moran <[EMAIL PROTECTED]>: > In response to "Dan Buettner" <[EMAIL PROTECTED]>: > > > Bill, you can up the value of 'max_connect_errors' (default is 10 it > > appears) to make this problem appear less frequently while you > > troubleshoot. > > Thanks for the thought, Dan. Be

Re: Client being locked out by aborted connections

2006-10-24 Thread Bill Moran
've been unable to find it. > On 10/24/06, Bill Moran <[EMAIL PROTECTED]> wrote: > > > > I have a problem with a PHP client that is frequently getting locked out > > by the following errors: > > 061020 14:57:25 [Warning] Aborted connection 7 to db: 'dbname&

Re: Client being locked out by aborted connections

2006-10-24 Thread Dan Buettner
l Moran <[EMAIL PROTECTED]> wrote: I have a problem with a PHP client that is frequently getting locked out by the following errors: 061020 14:57:25 [Warning] Aborted connection 7 to db: 'dbname' user: 'root' host: `hostname.collaborativefusion.com' (Got an error reading

Client being locked out by aborted connections

2006-10-24 Thread Bill Moran
I have a problem with a PHP client that is frequently getting locked out by the following errors: 061020 14:57:25 [Warning] Aborted connection 7 to db: 'dbname' user: 'root' host: `hostname.collaborativefusion.com' (Got an error reading communication packets)

Re: Locked out of my own database...

2002-09-06 Thread Gurhan Ozen
Restart mysqld with --skip-grant-tables option and reset password and flush privileges.. See: http://www.mysql.com/doc/en/Resetting_permissions.html Hope this helps.. Gurhan On Fri, 2002-09-06 at 10:37, Adam Cripps wrote: > I'm locked out of mysql database - it seems that all my use

Re: Locked out of my own database...

2002-09-06 Thread Gerald Clark
Try the manual. It has a section on resetting the root password. Basically you restart the server with --skip-grant-tables option Check out chapter 20.11 Adam Cripps wrote: >I'm locked out of mysql database - it seems that all my users can't access >it, through lack of privi

Locked out of my own database...

2002-09-06 Thread Adam Cripps
I'm locked out of mysql database - it seems that all my users can't access it, through lack of privileges, even root. This means that I can't get through and change the privileges. How can I start with a fresh users database? I'm only setting the database up at the moment, s

Re: Root account locked out

2002-07-22 Thread Egor Egorov
Leonard, Saturday, July 20, 2002, 4:50:32 PM, you wrote: LM> mysql version 3.23.41 On Redhat 7.2 LM> I was trying to get this setup so I could limit access to future LM> databases, LM> and I think I locked my root account out. LM> I tried restarting with "/etc/rc.d/init.d/mysqld start LM> --sk

Re: Root account locked out

2002-07-22 Thread Håkon Eriksen
"Leonard Miller" <[EMAIL PROTECTED]> writes: > mysql version 3.23.41 On Redhat 7.2 > I was trying to get this setup so I could limit access to future > databases, > and I think I locked my root account out. > I tried restarting with "/etc/rc.d/init.d/mysqld start > --skip-grant-tables", but

Re: Root account locked out

2002-07-22 Thread Håkon Eriksen
"Leonard Miller" <[EMAIL PROTECTED]> writes: > mysql version 3.23.41 On Redhat 7.2 > I was trying to get this setup so I could limit access to future > databases, > and I think I locked my root account out. > I tried restarting with "/etc/rc.d/init.d/mysqld start > --skip-grant-tables", but I do

Re: Locked out

2001-12-17 Thread David VanHorn
At 08:06 PM 12/17/01 +, Kevin Donnelly wrote: >On Monday 17 December 2001 15:04, David VanHorn wrote: > > I killed all Mysql processes, and confirmed that they are killed (ps -ef | > > grep mysql) > > Then I restart with safe_mysqld --skip-grant-tables > > Trying to log in to mysql in any way

Re: Locked out

2001-12-17 Thread Kevin Donnelly
On Monday 17 December 2001 15:04, David VanHorn wrote: > I killed all Mysql processes, and confirmed that they are killed (ps -ef | > grep mysql) > Then I restart with safe_mysqld --skip-grant-tables > Trying to log in to mysql in any way, including mysql -h localhost mysql > or mysql root or my

Re: Locked out

2001-12-17 Thread David VanHorn
At 09:20 AM 12/17/01 +, Carl Troein wrote: >David VanHorn writes: > > > At 08:58 PM 12/16/01 -0700, Doug Thompson wrote: > > >This should help: > > > > > >A.4.2 How to Reset a Forgotten Password > > >http://www.mysql.com/doc/R/e/Resetting_permissions.html > > > > Works ok up through step 2. >

Re: Locked out

2001-12-17 Thread Carl Troein
David VanHorn writes: > At 08:58 PM 12/16/01 -0700, Doug Thompson wrote: > >This should help: > > > >A.4.2 How to Reset a Forgotten Password > >http://www.mysql.com/doc/R/e/Resetting_permissions.html > > Works ok up through step 2. > mysql -h localhost mysql gives me error 1045 again. > Can't g

Re: Locked out

2001-12-16 Thread David VanHorn
At 08:58 PM 12/16/01 -0700, Doug Thompson wrote: >This should help: > >A.4.2 How to Reset a Forgotten Password >http://www.mysql.com/doc/R/e/Resetting_permissions.html Works ok up through step 2. mysql -h localhost mysql gives me error 1045 again. Can't get in with mysqladmin either. -- Dave'

Re: Locked out

2001-12-16 Thread Doug Thompson
This should help: A.4.2 How to Reset a Forgotten Password http://www.mysql.com/doc/R/e/Resetting_permissions.html Good luck. Doug On Sun, 16 Dec 2001 22:43:39 -0500, David VanHorn wrote: > >I'm root on a small server. >My co-sysop has managed to lock us out of mysql. >I can't get in with -u

Locked out

2001-12-16 Thread David VanHorn
I'm root on a small server. My co-sysop has managed to lock us out of mysql. I can't get in with -u root and the root password, or anything else I can think of. Error 1045: Access denied for user" 'root@localhost' So how do I slip a key under the door, without nuking the databases? -- Dave's E

RE: Help - I'm completely locked out of mysql

2001-09-22 Thread Derek Fage
ssage- From: Richard Dice [mailto:[EMAIL PROTECTED]] Sent: 22 September 2001 16:20 To: Derek Fage Cc: 'R Talbot'; [EMAIL PROTECTED] Subject: Re: Help - I'm completely locked out of mysql The official answer to your problem can be found in the mysql manual. This could very well

Re: Help - I'm completely locked out of mysql

2001-09-22 Thread Richard Dice
The official answer to your problem can be found in the mysql manual. This could very well be installed on your computer, somewhere (different packaging systems put it in different places, and you may or may not have included the mysql documentation package on your system). Regardless, you can _a

Re: Help - I'm completely locked out of mysql

2001-09-22 Thread R Talbot
ED]] > Sent: 22 September 2001 11:57 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Help - I'm completely locked out of mysql > > Content-Type: text/plain; charset="us-ascii" > Content-Transfer-Encoding: 7bit > > > mysql > >Subject: Help - I'

RE: Help - I'm completely locked out of mysql

2001-09-22 Thread Derek Fage
bject: Help - I'm completely locked out of mysql Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit > mysql >Subject: Help - I'm completely locked out of mysql >From: Derek Fage <[EMAIL PROTECTED]> >Date: 2001-09-22 14:36:0

Help - I'm completely locked out of mysql

2001-09-22 Thread R Talbot
> mysql >Subject: Help - I'm completely locked out of mysql >From: Derek Fage <[EMAIL PROTECTED]> >Date: 2001-09-22 14:36:08 >[Download message RAW] > Hi there, If your forgot yout root password try #/bin/mysql > -Skip-grant

Help - I'm completely locked out of mysql

2001-09-22 Thread Derek Fage
Hi there, I was trying to modify webmin to enable me to use it to manage mysql and I think I might have modified the root password. I've now spent about 3 hours trawling through the archives and trying all sorts of things, but whatever I do I cannot get into mysql as root (I've attached sample e

Re: Locked Out

2001-03-02 Thread Thalis A. Kalfigopoulos
On Fri, 2 Mar 2001, Gerald L. Clark wrote: > The manual tells you how to reset a forgotten password. > It also tells you not to mess with these tables, but to use. > GRANT and REVOKE. We all have to explore everything, > dont't we? > > Worst case, kill mysqld and reinstall privilege tables with

Re: Locked Out

2001-03-02 Thread Gerald L. Clark
The manual tells you how to reset a forgotten password. It also tells you not to mess with these tables, but to use. GRANT and REVOKE. We all have to explore everything, dont't we? Worst case, kill mysqld and reinstall privilege tables with mysql_install_db --user=mysql Asaf Maruf Ali wrote: >

Locked Out

2001-03-02 Thread Asaf Maruf Ali
I have been using MySQL for sometime now. However, i had been experimenting with MySQL priviliges and have locked myself out. I cannot access the database to perform any function. I cannot issue any command like mysqladmin ping or mysqlshow. Somehow the command mysqlaccess doesnt execute

Re: Locked out of mySQL.

2001-01-27 Thread Quentin Smith
Hi- I think you are getting tripped up by the same thing as I was when I tried to install MySQL. When you are prompted "Enter password:", you do NOT type the new password. You simply hit enter. --Quentin > Subject: > > Locked out of mySQL. > From: > > "AJ

RE: Locked out of mySQL.

2001-01-27 Thread G r e g L a w r i e
ginal Message- > From: AJ Hawks [mailto:[EMAIL PROTECTED]] > Sent: Saturday, 27 January 2001 19:01 > To: mySQL > Subject: Locked out of mySQL. > > > Hello, > I'm trying to learn mysql & PHP. I recently set up the > mysql server (with > the file: mysql-3.23.32-

Locked out of mySQL.

2001-01-27 Thread AJ Hawks
Hello, I'm trying to learn mysql & PHP. I recently set up the mysql server (with the file: mysql-3.23.32-pc-linux-gnu-i686.tar.gz) My problem is this: I either forgot the password, or neglected to set up any user accounts. The documentation says to do this: ./bin/mysqladmin -u root -p pa