Open main menu

CDOT Wiki β

Changes

NexJ Studio Tutorial Problems

4 bytes added, 14:44, 6 May 2011
no edit summary
Solution: nexj user not created yet. Create nexj user in mysql database with the appropriate commands. Grant privileges to the nexj user
<code>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;</code>
Check with SHOW DATABASES and SHOW TABLES that appropriate tables and databases have been created
</font>
 
</font>
1
edit