I have db version 11. I want to move back to version 10 and add another version. But before that I want to take backup of version 11. How can I do that? I am using ruby 1.8.7 and rails 1.2.6.
rake db:migrate version=10
output:
rake aborted!
ActiveREcord::StatementInvalid: Mysql::Error SELECT command denied to user ''@'%' for column slot in table 'users'
Any help ?