I just executed the following SQL command from Admin CP / Maintenance / Execute SQL Query
PHP Code:
UPDATE user SET vbookie_cash="10000";
I get the following error:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table
'Forum database.user' doesn't exist
What am I missing?
Fixed, I should have enter vb_user instead of just user.....
sorry for taking up space.