| | 119 | }}} |
| | 120 | |
| | 121 | You will need (if it is not done already) to create an {{{ipp}}} user. Connect to the local MySQL server as root then to the following. |
| | 122 | |
| | 123 | {{{ |
| | 124 | GRANT ALL PRIVILEGES ON *.* TO 'ipp'@'localhost' IDENTIFIED BY 'ipp' WITH GRANT OPTION; |
| | 125 | }}} |
| | 126 | |
| | 127 | Now disconnect then reconnect as {{{ipp}}} and create the scratch database. |
| | 128 | |
| | 129 | {{{ |
| | 130 | create database ipptopsps_scratch; |
| | 131 | }}} |
| | 132 | |
| | 133 | Finally, you need to create the initialization tables. |
| | 134 | |
| | 135 | {{{ |
| | 136 | ./run.sh load.py configs/init.xml init |