Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Table of Contents

Problem "Access Denied"


Excerpt

A MySQL error occurs when the function "Extract all rows" is used.

 


Solution

Allow the MySQL user "xcall" to export data into a file in your mysql instance.

...

Code Block
languagetext
themeEmacs
service httpd restart


Problem secure-file-priv option 

The following MySQL error is displayed when you use the extract all rows function:

Image Added



Solution

edit the file /etc/my.cnf and add the folliowng row under [mysqld] section:

Code Block
languagetext
themeEmacs
[mysqld]
secure-file-priv = ""

and restart the mysqld service

Code Block
languagetext
themeEmacs
service mysqld restart


Note
titleImportant

Stop all the callcenter activities before restarting the MySQL service.


Page Properties
hiddentrue

 

 

Related issues 


...