Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!
DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

allen has posted 6 posts at DZone. View Full User Profile

Rails Mysql5.0 Bug

12.28.2005
Email
Views: 2094
  • submit to reddit
        // description of your code here

SET PASSWORD FOR
'some_user'@'some_host' = OLD_PASSWORD('newpwd');
FLUSH PRIVILEGES