[Rails] Re: rake tool tries to connect to wrong ip address for migration
On Mar 18, 2:16 pm, gkaykck <gkay...@gmail.com> wrote:
>
> --- database.yml
>
> gkaykck@node2:~/Dropbox/portalegitim$ rake db:migrate
> (in /home/gkaykck/Dropbox/portalegitim)
> rake aborted!
> Access denied for user 'username'@'78.170.46.170' (using password: YES)
>
> (See full trace by running task with --trace)
>
> 78.170.46.170 is my computers ip not my mysql servers ip. It is different in
> database.yml file
That doesn't mean that you were trying to connect to 78.170.46.170,
it's saying that the server refused access to the user username from
the machine with ip address 78.170.46.170
Fred
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home