Changes

Jump to: navigation, search

NexJ Studio Tutorial Problems

527 bytes added, 14:43, 6 May 2011
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>
1
edit

Navigation menu