Forgot password to development database
        Posted  
        
            by 
                ninja08
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by ninja08
        
        
        
        Published on 2012-06-08T16:41:22Z
        Indexed on 
            2012/06/08
            16:42 UTC
        
        
        Read the original article
        Hit count: 338
        
mysql
|ruby-on-rails-3
I've created a database using terminal while following along with a tutorial. Although I had a lot of trouble getting the databases to install.
Now after finally getting it to work I changed a few things, actually just the name of the database using the rake command to just "next". The password should be 'secret password'.
How can I change the password or find out what it is or change it?
It doesn't seem to be edited my databases.yml file with the password, especially since it still just says 'root' as username with now password in there.
© Server Fault or respective owner