1
edit
Changes
no edit summary
<font color="green">
Solution: File is "blocked" on Windows 7. Right click on file and click "unblock"
</font>
== Problem 7 ==
Problem upgrading database
<font color="green">
Solution: nexj user not created yet. Create nexj user in mysql database with the appropriate commands. Grant privileges to the nexj user
CREATE USER 'nexj@localhost' IDENTIFIED BY 'nexj';
GRANT CREATE, INSERT, DELETE, UPDATE, SELECT on train101.* to nexj@localhost;
GRANT CREATE, INSERT, DELETE, UPDATE, SELECT on unittest.* to nexj@localhost;
Check with SHOW DATABASES and SHOW TABLES that appropriate tables and databases have been created
</font>
</font>