rake db:create gives some problem when used from limited account

Posted by Xinxua on Stack Overflow See other posts from Stack Overflow or by Xinxua
Published on 2009-08-05T12:26:05Z Indexed on 2010/06/17 20:03 UTC
Read the original article Hit count: 244

Filed under:
|
|

I am using mysql 5.1 and mysql gems version is 2.73

This is giving the following error message when I try to run it from a limited account in my XP. If try it using the admin account, it works fine. I think this is wierd because it cannot be the problem of mysql gem.

(in F:/Temp/wassup)
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install
the mysql gem and try again: gem install mysql.
rake aborted!
5: Access is denied.   - C:/Program Files/Ruby/lib/ruby/gems/1.8/gems/mysql-2.7.
3-x86-mswin32/ext/mysql.so

(See full trace by running task with --trace)

I need to work from the limited account. Can anyone let me know why is this happening?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about ruby-on-rails