Topic: backup data files

i am hosting a site with siteground.com.
they installed punbb for us successfully.
but i have problem in making it use a backup file punbb_db_backup.2006-01-13.sql.
siteground did everything for me, but there is a problem:

"it seems that some data types (online table, HEAP data type) is not supported by the mysql storage engine and cannot be read."

so what now?

Re: backup data files

I think this is a SQL compatibility problem. Check version of SQL servers.

[no signature]

Re: backup data files

vnpenguin wrote:

I think this is a SQL compatibility problem. Check version of SQL servers.

can you be specific, penguin?
what are punbb's sql requitements?

Re: backup data files

hargarzer wrote:
vnpenguin wrote:

I think this is a SQL compatibility problem. Check version of SQL servers.

can you be specific, penguin?
what are punbb's sql requitements?

Here you are: http://punbb.org/docs/install.html

Re: backup data files

thanks code xp.

my hosting package uses the following:
PHP 4.3.11
MySQL 4.1

6 (edited by Smartys 2006-01-14 15:33)

Re: backup data files

http://dev.mysql.com/doc/refman/4.1/en/ … ngine.html
It certainly is supported wink
However, if they insist, the online table can be another format as well (like MyISAM)