I added the lines to SQL Query
alter table ubbt_ONLINE ENGINE=MyISAM
alter table ubbt_TOPIC_VIEWS ENGINE=MyISAM

But I get the following error when I execute:
Quote
Script: C:\inetpub\wwwroot\forums\admin\dodbcommand.php
Line: 83
SQL 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 'alter table ubbt_TOPIC_VIEWS ENGINE=MyISAM' at line 2
SQL Error: 1064

Query:
alter table ubbt_ONLINE ENGINE=MyISAM
alter table ubbt_TOPIC_VIEWS ENGINE=MyISAM

Is MyISAM just a placeholder for my database name? Do I need to change that to MySQL?


Member since November 2004
Gold Member since Feb 2008