GaoBiao / bugzilla-cn

Automatically exported from code.google.com/p/bugzilla-cn
0 stars 0 forks source link

how to delete a bug by sql command or other ways? thanks. #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would you please help tell me how to delete a bug by sql command or other 
ways? Thanks a lot.

Original issue reported on code.google.com by xiangsh...@gmail.com on 1 Apr 2008 at 6:15

GoogleCodeExporter commented 9 years ago
可以使用 "Delete * From bugs where bug_id = 1" SQL语句。
如果你是使用MySQL的话,可以安装 "PHPMyAdmin" 来管理数据库。

强烈建议你不要这样做,因为这样做的话,会造成数据不一��
�。

Original comment by jiangyan...@gmail.com on 2 Apr 2008 at 1:57