Log in

View Full Version : getting a error plz help


Tophat[UHH]
05-29-2003, 09:04 PM
when i try importing a XMB db to vb i get this error

Database error in vBulletin Control Panel 2.3.0:

Invalid SQL: SELECT COUNT(*) AS count FROM shutzey_xmb16.xmb_members
mysql error: select command denied to user: 'shutzey_cwnadmin@localhost' for table 'xmb_members'

mysql error number: 1142

filburt1
05-29-2003, 09:07 PM
Search and ye shall find.

Gary King
05-30-2003, 12:12 AM
You don't have permission to run SELECT queries, at least for the 'xmb_members' table, but probably the entire database as well.

Steve Machol
05-30-2003, 12:43 AM
You'll need to ask your host to enable the SELECT command for your database user.