| 38 | |
| 39 | - In ~pykota/pykota.conf, ensure that the following lines |
| 40 | are present and unique inside the [global] section : |
| 41 | |
| 42 | storagebackend : mysqlstorage |
| 43 | storageserver : localhost |
| 44 | storagename : pykota |
| 45 | storageuser : pykotauser |
| 46 | storageuserpw : readonlypw |
| 47 | |
| 48 | NB : replace 'readonlypw' with the password you chose |
| 49 | for user 'pykotauser' when you modified pykota-mysql.sql |
| 50 | |
| 51 | - In ~pykota/pykotadmin.conf ensure that the following lines |
| 52 | are present and unique inside the [global] section : |
| 53 | |
| 54 | storageadmin : pykotaadmin |
| 55 | storageadminpw : readwritepw |
| 56 | |
| 57 | NB : replace 'readwritepw' with the password you chose |
| 58 | for user 'pykotaadmin' when you modified pykota-mysql.sql |