Tham khảo tài liệu 'building java enterprise applications volume i: architecture phần 9', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Building Java Enterprise Applications Volume I Architecture java instantdb bmclaugh java database schema Enhydra InstantDB - Version beta 1 The Initial Developer of the Original Code is Lutris Technologies Inc. Portions created by Lutris are Copyright C 1997-2000 Lutris Technologies Inc. All Rights Reserved. Connected to jdbc idb Driver InstantDB JDBC Driver Version Version Database forethought is shutting down. Database forethought shutdown complete. Note that you did not have to explicitly create the Forethought database the directory and properties file provide the only required information needed and then scripts can be executed against that database. Now execute the same command for the accounts script and you are ready to go. InstantDB also provides a tool for graphical browsing of the database the class. This allows you to select a properties file in our case and then browse the database structure. Once you move through Chapter 5 and Chapter 7 you will need to follow the same instructions. Run the ScriptTool on the script to create the primary key value table and the script to create the type data. MySQL To use MySQL download the package from http and install it. I ve got a mysql user with access to the scripts and the usr local mysql bin directory in that user s path. I ve also set my root MySQL user s password to a non-empty password you should do this too with the command mysqladmin -u root password new password . You can then create the Forethought database with the following command localhost mysql mysqladmin -u root -p create forethought Enter password You won t get any visible output but don t be concerned this does create the database. You re now ready to connect to the database and run the SQL scripts. Use the mysql command for this .