Changes

Jump to: navigation, search

NexJ Studio Tutorial Problems

12 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';<br />GRANT CREATE, INSERT, DELETE, UPDATE, SELECT on train101.* to nexj@localhost;<br />
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>
1
edit

Navigation menu