334
edits
Line 26: | Line 26: | ||
To create a user with read-only privileges, execute this SQL command after replacing {variables}: | To create a user with read-only privileges, execute this SQL command after replacing {variables}: | ||
:::GRANT SELECT ON {database} TO '{username}'@'localhost' IDENTIFIED BY '{password}'; | :::GRANT SELECT ON {database} TO '{username}'@'localhost' IDENTIFIED BY '{password}'; | ||
Get app/tests/remora-test-data.sql and import it, this should provide both the schema and appropriate test data. The addon with id 7(MicroFarmer) currently has the most complete data. |
edits