为什么要这么对我呢。
难道我就一定不能毕业吗。
我倒是要看看。
I'll beat you to the ground.
2007-06-29
2007-06-28
debian下mysql server的一个问题的解决
如果出现
那么这时候可以去/etc/mysql/debian.cnf,找到里面的password
然后登录到mysql shell:
mysql> GRANT ALL PRIVILEGES ON *.* TO 'debian-sys-maint'@'localhost' IDENTIFIED BY '' WITH GRANT OPTION;
mysql> flush priviledges;
七中的就是上面找到的password
然后
$sudo /etc/init.d/mysql restart
看看:)
$sudo /etc/init.d/mysql start
Starting MySQL database server: mysqld . . ..
Checking for corrupt, not cleanly closed and upgrade needing tables..
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'debian-sys-maint'@'localhost' (using password: YES)'
那么这时候可以去/etc/mysql/debian.cnf,找到里面的password
然后登录到mysql shell:
mysql> GRANT ALL PRIVILEGES ON *.* TO 'debian-sys-maint'@'localhost' IDENTIFIED BY '
mysql> flush priviledges;
七中的
然后
$sudo /etc/init.d/mysql restart
看看:)
2007-06-21
It's really amazing
The fantastic Compiz and Beryl have been merged and a new project named "Compiz fusion" has been set up at http://www.opencompositing.org.
I've just installed Compiz fusion on my ubuntu feisty box according to this guide. The first impression it gives hits me! It's unbelievably fast than beryl!
Here is a screenshot of its expo plugin:
I've just installed Compiz fusion on my ubuntu feisty box according to this guide. The first impression it gives hits me! It's unbelievably fast than beryl!
Here is a screenshot of its expo plugin:
2007-06-02
订阅:
博文 (Atom)