When I use the merge system to merge my VB5 database to MyBB, I receive the following error.
SQL Error:
1146 - Table 'meydan1967.post' doesn't exist
Query:
SELECT LENGTH(pagetext) as length FROM post ORDER BY length DESC LIMIT 1
That's correct the post table does not exist. How will I be able to merge or convert the database from VB5 to MyBB?
SQL Error:
1146 - Table 'meydan1967.post' doesn't exist
Query:
SELECT LENGTH(pagetext) as length FROM post ORDER BY length DESC LIMIT 1
That's correct the post table does not exist. How will I be able to merge or convert the database from VB5 to MyBB?