kdeldycke / e107-importer

:arrows_counterclockwise: e107 import plugin for WordPress.
http://wordpress.org/extend/plugins/e107-importer/
GNU General Public License v2.0
3 stars 0 forks source link

Invalid query #4

Closed royfm closed 13 years ago

royfm commented 13 years ago

Hello

I am running e107 importer on 3.1.2, connecting to e107 v725 but when I press import, I get this:

e107 database

Connecting...
Connected.

Site preferences

Load preferences...

Invalid query: SELECT command denied to user 'radio2_ww'@'localhost' for table 'e107_core'

Does this mean something imparticular?

Hope you can help, Thanks Roy

kdeldycke commented 13 years ago

This is not a bug of e107 Importer in itself.

The error you have here is because you try to get e107 data from the database via a user (radio2_ww in this case) that has no right to look in e107's tables.

To fix this, you have to specify, in e107 Importer option page, the same MySQL user that is use by e107 to access the database. This user can be found in your e107_config.php config file.