> Resetting the database would be fine - I just don't know how to do it!

Creating a Mifos production database is covered in the INSTALL file
shipped with Mifos releases.

***        *************     *************        ***
If you have an existing database, you first need to drop it. Warning:
this will delete _all_ your existing production data.
***        *************     *************        ***

Assuming your database name is "ok_to_delete", you would execute this
statement in the MySQL console:

  DROP DATABASE ok_to_delete;

Then run the appropriate SQL scripts (also bundled with your Mifos
release) to re-create the necessary Mifos table structure.

If you built and installed Mifos from source, you probably already know
where to find the INSTALL file (top level of working copy) and SQL
scripts (mifos/src/main/sql).

Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
_______________________________________________
Mifos-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to