I've upgraded to the latest trunk version, and now when I go to the site I get the dreaded "Your database is out-of-date" screen, so I've read through the Upgrade/Migration page that is referred to. And I can't understand the second half of the process, where I need to update the database schema. I am quite a novice when it comes to shell commands.
mysql -v -v -u collective_acces -p -h localhost collective_access < support/sql/migrations/7.sql
Is that command only usable through SSH? I cannot connect to my server via SSH on my shared host, so is there a way to do this via php MyAdmin? In the sample command, what is the "collective_acces" that is referred to, is that the database name? Why is it spelled with an absent "s" in the two versions?
For now, my site is down because of the upgrade. A little more detailed step-by-step instructions would help me get my site back online, I'd appreciate it. Has anyone else run into this issue?