if you are using Linux box or mac ox or any machine support unix
you can do it using terminal. do the instruction below;
~ urname$ mysql -u root -p yourdatabase <--- to mysql
Enter password: ******* <--- your password
and then type the following mysql load data command
mysql> Load data infile '/phpbb_posts_text.tab' into table phpbb_posts_text fields terminated by '\t' lines terminated by '\n';
You can also do it from any windows machine as well, from the command prompt or from the run prompt.
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --