Welcome to the OpenEMM database. To find what you're after, use the search box below or choose a category to view listed questions.
Search the FAQ database
Browse by Category
Search Results for "mysql"
There were 5 questions found for your query:
Bug: error in file openemm.sql
The file openemm.sql creates the tables
within the MySQL database. There is a table
named "softbounce_email_tbl;
"
The ';' in the table name is a typo. Please remove the ';' at the end of ...
I forgot my password for OpenEMM
This is the way to reset OpenEMM to its default password "openemm":mysql -u root [-p if password exists]use openemmupdate admin_tbl set pwd_hash = 0x9bd796996fcdf40ad3d86025c03f2c9e where
userna ...
How can I report bugs in OpenEMM?
If you find a bug in OpenEMM, please submit a detailed description of the bug (so that we can reproduce it) to this bugtracker.Your bug description should include at least the following informatio ...
How can I install OpenEMM on Debian?
User "minichip" provided us with this guide on how to install OpenEMM on Debian 3.1 (sarge):"Basically I used the file INSTALL.pdf, so I will point to the commands that differ from the manual.1.1& ...
Sending of mails does not work (Linux only)
This may have several reasons. To locate the problem you should check out these points in the noted sequence:
1.) Trivial case: You have choosen a target group with no recipient, so there is no m ...