顯示具有 mysql 標籤的文章。 顯示所有文章
顯示具有 mysql 標籤的文章。 顯示所有文章

2008年11月27日 星期四

How to reset a lost mysql root password

http://www.simplehelp.net/2008/11/26/how-to-reset-a-lost-mysql-root-password/

2008年10月27日 星期一

length, mysql

User.find(:first, :order => "length(nickname) DESC")

SELECT * FROM `user` ORDER BY length(nickname) DESC LIMIT 1