List:General Discussion« Previous MessageNext Message »
From:bpaduraru Date:October 18 1999 10:30am
Subject:Re: Table restriction
View as plain text  
Start the server with the option --skip-grant-tables to turn security
 off .after that run a query :
 update user set password=password('newpassword') where user='user';
 then stop the server and start it back up without the
 --skip-grant-tables
==============================================
|          Bogdan Paduraru                    | 
|software engineer at Petar Botosani, Romania | 
|phone : +40-31-536622  fax: +40-31-536144    | 
|Internet : www.petar.ro                      | 
|          =====                              |
|          ||   |                             |
|          ||--- ___ ____  __   ___           |
|          ||    ||_  ||  //_\  ||_|          |
|          ||    ||_  || //   \ || \          |
==============================================

On Mon, 18 Oct 1999, Eldorado wrote:

> I have a database with many tables,
> I can write, edit and modify all tables
> except one.
> What is this, I have maybe set 
> a password on this table?
> How can delete it.
> 
> Thanks
> 
> (I use the users root whit no password)
> 
> 
> ---------------------------------------------------------------------
> Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
> posting. To request this thread, e-mail mysql-thread16254@stripped
> 
> To unsubscribe, send a message to the address shown in the
> List-Unsubscribe header of this message. If you cannot see it,
> e-mail mysql-unsubscribe@stripped instead.
> 
> 

Thread
Table restrictionEldorado18 Oct
  • Re: Table restrictionbpaduraru18 Oct