2008/11/11 Markus Jais <[EMAIL PROTECTED]>:
>  ~ Unknown database 'myapp' (mysql_error_code=-001)

Database you are trying to use does not exist.
You can create it with rake db:create or manually with mysqladmin:

mysqladmin -u'username' -p'password' create myapp
-- 
MK

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to