Excerpt |
---|
A MySQL error occurs when the function "Extract all rows" is used. |
Allow the MySQL user "xcall" to export data into a file in your mysql instance.
...
Code Block |
---|
|
service httpd restart |
The following MySQL error is displayed when you use the extract all rows function:
Image Added
edit the file /etc/my.cnf and add the folliowng row under [mysqld] section:
Code Block |
---|
|
[mysqld]
secure-file-priv = "" |
and restart the mysqld service
Code Block |
---|
|
service mysqld restart |
Note |
---|
|
Stop all the callcenter activities before restarting the MySQL service. |