farhan89 wrote:I got this error Now:
Code: Select all
SQL ERROR [ mysql4 ]
MySQL client ran out of memory [2008]
SQL
SELECT userid FROM user WHERE username = 'Mohid'
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: _install/convertors/functions_vb30.php
LINE: 1926
CALL: dbal_mysql->sql_query()
FILE:
LINE:
CALL: vb3_get_userid_from_username()
FILE: _install/install_convert.php
LINE: 2023
CALL: call_user_func_array()
FILE: _install/install_convert.php
LINE: 1275
CALL: install_convert->process_row()
FILE: _install/install_convert.php
LINE: 203
CALL: install_convert->convert_data()
FILE: _install/index.php
LINE: 405
CALL: install_convert->main()
FILE: _install/index.php
LINE: 282
CALL: module->load()
Seems Like Msql Memory error
Is there any other possible solution for this ?????????
Can i export the database of VBulletin and then Import it to phpbb3 database? will this work??
No, you cannot simply export the database of VBulletin and then Import it to phpbb3 database. If it were that easy, a convertor would not be needed.
Regarding the MySQL memory error, you should contact your host about this. There are some articles at mysql.com about this. It could be because an ODBC driver is being used or it may be because you have a very large database.
My other suggestion is to try the conversion locally. Use
EasyPHP,
WampServer, or
XAMPP.
Some helpful tips are in this Knowledge Base article,
Offline Conversions