我进不了mysql

我进不了mysql

我不小心把MYSQL的ROOT用户和其他用户的PRIVELEGES都删了现在我进不了了具体是这样的:
[root@fitren fitren]# mysql
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)
然后我尝试用:
[root@fitren fitren]# mysql -h localhost -u root -p
Enter password:
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
不用ROOT用户:
[root@fitren fitren]# mysql -h localhost -u fitren
ERROR 1045: Access denied for user: 'fitren@localhost' (Using password: NO)
[root@fitren fitren]# mysql -h localhost -u fitren -p
Enter password:
ERROR 1045: Access denied for user: 'fitren@localhost' (Using password: YES)
都不行,不知道怎么解决,盼高手解决,谢谢!      
重新安装同版本的 mysql 吧,借助 “--prefix=/home/fitren/mysql” 制定安装目录,防止不必要的麻烦,
然后用数据目录下的mysql目录中相应的表来覆盖被损坏的表,