Hello again !

Sorry I made some mistakes.
The the wrong command was - DELETE FROM user WHERE Host LIKE "%"; 
and got this: 

mysql> select * from user;
Empty set (0.00 sec)

Can I recover the user table in such a situation ???
Thanks agin.

> It seems that with a wrong command:
> 
> mysql> delete from user where host='%';  
> 
> I have casually deleted all data in user table :(((
> 
> 
> It works for now but after "reload" all data in the table will be lost ...
> Can I recover the user table in such a situation ???
> 
> Thank you !
> 
> 
> -- 
> 
> Piter
> 

-- 
Petr Osenev     
System Administrator , SITEK ISP


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to