[root@host~]# sqlite3 /var/lib/grafana/grafana.db SQLite version 3.7.17 2013-05-20 00:56:22 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> select * from user; 1|0|admin|admin@localhost||9ae4590dc09
来自:http://lukeview.blog.51cto.com/508652/912124 win+r,输入sqlplus /nolog,回车SQL> conn /as sysdba已连接:SQL>alter user system identified by "123456"; ---(123456就是重置的密码了)SQL>alter user sys identified by "123456"; 卸载11g后的清理工作 全文来自:htt