[Plugin: Database Browser] Simple queries not working
-
Just installed the plugin, and when I run a straight select * query from the browser, I consistently get this message:
Database error
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘; /* From [<mysite>/wp-admin/tools.php?page=databasebrowser&table=wp_’ at line 1
This is the query it was trying to run:
SELECT SQL_CALC_FOUND_ROWSID,user_login,user_pass,user_nicename,user_email,user_url,user_registered,user_activation_key,user_status,display_nameFROM wp_users LIMIT 0, 100;;Both semi-colons were there. The plugin looks useful if it works. I’m going to deactivate it for now…
Maybe it needs to be updated for WP 3.4.2
The topic ‘[Plugin: Database Browser] Simple queries not working’ is closed to new replies.