Hi,
I would just like to know, does "mysql -u root -p openemm < openemm.sql" reffer to that specific file name or would I have to use openemm-6.2.sql for a database, as openemm.sql does not exist.
root@tantive:/usr/share/doc/OpenEMM-6.2# mysql -u root -p openemm < openemm.sql
-bash: openemm.sql: No such file or directory
And when I do use #########-6.2.sql if seems to be working fine but I cannot add any Mail Recipients, just gives me a blank blue page.
Any help would be appreciated, thanks in advance
I just recieved a cause error for the first time at mail recipients: Cause: javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.jsp.JspTagException: java.sql.SQLException: Can't create/write to file '/tmp/#sql_5ea_0.MYI' (Errcode: 13)
openemm.sql and GUI Interface Unbuntu 10.10 Sever 32bit
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: openemm.sql and GUI Interface Unbuntu 10.10 Sever 32bit
Yes, file openemm-6.2.sql is the openemm.sql file for OpenEMM 6.2
The error message suggests that user openemm or MySQL can not write to directory /tmp.
The error message suggests that user openemm or MySQL can not write to directory /tmp.
OpenEMM Maintainer