334
edits
Line 27: | Line 27: | ||
:::GRANT SELECT ON {database} TO '{username}'@'localhost' IDENTIFIED BY '{password}'; | :::GRANT SELECT ON {database} TO '{username}'@'localhost' IDENTIFIED BY '{password}'; | ||
First, import app/config/remora.sql - this provides the schema and standard data for langs, translations, and addontypes. | |||
Then, import app/tests/remora-test-data.sql - this inserts more complete test data. Currently, addon id 7(MicroFarmer) is most complete. |
edits