![]() |
|||||
|
Chapter 4. Create the databaseAs a first step you must create the database. This can be done with MySQL Administrator. Start MySQL Administrator. Select Catalogs and then Create New Schema from the popup menu as shown in Figure 4-1. Enter crx-CRX as database name as shown in Figure 4-2 and click OK. Next you must create a database user and grant this user access to the newly created database. Select User Administration and then Add new User from the poup menu as shown in Figure 4-3. Complete the Login Information and Additional information. We assume that you create the user system and set the password to manager. Next you must grant the user system access to the database crx-CRX. Select the tab Schema Privileges and then select the schema crx-CRX. Move all privileges from the pane Available Privileges to the pane Assigned Privileges and click Apply changes as shown in Figure 4-4. You are now done creating the database. |
||||