Quote:
Originally Posted by mark350
Ok, I added myself as a user and was able to "execute SQL Query" ... I then did the following:
1. went to the 'execute SQL Query"
2. Entered this information in the "Manual Query":
UPDATE post
SET showsignature = 1
WHERE userid = 27
3. Recieved the following error message:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'true350_buddy.post' doesn't exist
*Any more help will be greatly appreciated, thanks.
|
Changed
post to include your table prefix, as it appears you have one.