Quote:
Originally Posted by steve1966
Hi please can you help me with this i got this message when i ran the query
Code:
Error
SQL query:
ALTER TABLE `vb_thread` ADD `time_check` INT( 10 ) NOT NULL DEFAULT '0' AFTER `taglist` ;
MySQL said:
#1146 - Table 'my_forum1.vb_thread' doesn't exist
from where do i find to
change it to mach the prefix of your database tables.
thanks
|
login to phpmyadmin and look on the right if the tables have any prefix like vb_
Now with this query you try to alter in
my_forum1.