Be sure your MySQL database has access for 'irave localhost'. And that
the password matches.
I do this same thing a lot during development.
grant all on deploy1.* to irave localhost identified by
'yourpassword';
To eliminate other weirdness try changing the database.yml
to use the
root account you used to create the database. If that works
then it is
definitely an issue with the account in MySQL.
On Jul 19, 7:22 pm, Arjun <Nagarju... gmail.com> wrote:
> Hi,
>
> As I started to roll on the rails app mephisto,
> at the migration point i got held up and please help me
to get over.
>
> Here is what I did from the SSH prompt :
>
> 1. Downloaded Mephisto from its site
> 2. Untarred it
> 3. Created the database, deploy1
> 4. Salted the CONFIG/DATABASE.YML file
> 6. Ran the migration => rake db:bootstrap
RAILS_ENV=production
> 7. I get the error saying :
>
> ===============Error=============
>
> rake aborted!
> Access denied for user 'irave' 'localhost' (using
password: YES)
>
> ===============================
>
> I'm few steps close to complete the deployment and I
look forward
> for your assistance, also if you need more information
please let me
> know.
>
> Thx
> Arjun.
--~--~---------~--~----~------------~-------~--~----~
Mephisto: http://mephistoblog.com |
Mephisto Help: http://mephisto.stikipad
.com
To post to this group, send email to MephistoBlog googlegroups.com
To unsubscribe from this group, send email to
MephistoBlog-unsubscribe googlegroups.com
For more options, visit this group at http
://groups-beta.google.com/group/MephistoBlog
-~----------~----~----~----~------~----~------~--~---
|