Haux Posted July 9, 2010 Posted July 9, 2010 Hi all, I'm trying to install MRBS on our test server but I'm having a few problems. It manages to create one of the tables in my mrbs DB fine but it then tries to update for a second time and I get the following error... The database needs to be upgraded. Upgrading to database version: 2 Tried: # $Id: mysql.sql 1051 2009-03-18 19:14:51Z cimorrison $ ALTER TABLE mrbs_area ADD COLUMN resolution int, ADD COLUMN default_duration int, ADD COLUMN morningstarts int, ADD COLUMN morningstarts_minutes int, ADD COLUMN eveningends int, ADD COLUMN eveningends_minutes int and got error: Any ideas?
kernelfry Posted November 2, 2010 Posted November 2, 2010 Hi Haux, I've got the exact same problem! Did you solve it somehow? Regards
rush_tech Posted November 2, 2010 Posted November 2, 2010 Subscribe to the mailing list, very helpful 2
Chris_Cook Posted November 2, 2010 Posted November 2, 2010 Which mrbs versions are you going from and to? Can you look at the table in question using the mysql command line client or phpmyadmin and see if the columns are already added. Also, are you using Mysql, or PostgresSQL? 1
kernelfry Posted November 2, 2010 Posted November 2, 2010 Subscribe to the mailing list, very helpful Thanks! I will.
kernelfry Posted November 2, 2010 Posted November 2, 2010 Which mrbs versions are you going from and to? Can you look at the table in question using the mysql command line client or phpmyadmin and see if the columns are already added. Also, are you using Mysql, or PostgresSQL? Hi, I'm using Mysql. It's my first mrbs installation, but the update seems to be mandatory. Upgrading to database version 1 went fine, but it's this database version 2 that gives the (exact) same error message as the one in the first post. I'm using Putty right now, and the host don't have phpmyadmin. So I'm not sure how to check the tables..
Marci Posted November 3, 2010 Posted November 3, 2010 Download and install phpmyadmin... you just upload it into a folder and set credentials, same as more or less any other php-based webapp... phpMyAdmin
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now