I am coming from 1.0.8 to 2.0.6. I am currently trying to get the database updated.
6 Upgrade the database
Before you upgrade:
Make sure the database user has enough permissions (create table, drop table, create index, drop index)
Make sure you have enough free disk space.
Database upgrade scripts are located in the upgrades/dbpatches/2.0/<db engine> directory. Run the scripts:
MySQL: upgrades/dbpatches/2.0/mysql/patch.sql
How do you execute this patch? or the upgrade script? When I run ./upgrade from the folder after I hit "y" for yes it errors out and tells me it cant run as root but it never ask for user/pass. How do i feed it this info. Thanks in advance!
6 Upgrade the database
Before you upgrade:
Make sure the database user has enough permissions (create table, drop table, create index, drop index)
Make sure you have enough free disk space.
Database upgrade scripts are located in the upgrades/dbpatches/2.0/<db engine> directory. Run the scripts:
MySQL: upgrades/dbpatches/2.0/mysql/patch.sql
How do you execute this patch? or the upgrade script? When I run ./upgrade from the folder after I hit "y" for yes it errors out and tells me it cant run as root but it never ask for user/pass. How do i feed it this info. Thanks in advance!
Comment