MyBB Community Forums
TO Import DB File > - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.2 Series (https://community.mybb.com/forum-3.html)
+------ Forum: MyBB 1.2 General Support (https://community.mybb.com/forum-4.html)
+------ Thread: TO Import DB File > (/thread-15066.html)

Pages: 1 2 3 4


TO Import DB File > - CasTexx - 2007-01-02

[Image: load35174.JPG]

Limit is 2 Mb.
Is that enough?

If i attempt to import them, can it be imported ??


RE: TO Import DB File > - Coder - 2007-01-02

please try to backup your sql database with bigdump...


RE: TO Import DB File > - CasTexx - 2007-01-02

Bigdump , how can i do that ?

You mean GZip compression ?
Kardes 2 mizde türküz bigdump nasil yapilir bir izah edermisin MTR de goremedim
My old forum has DB Which is  

mybb_threads
mybb_users
vs..

My new forum has DB which is

___mybb_threads
___mybb_users

I mean, i have 2300 Threads in my old forum. But it has lost. Only Db settings are in My Database. What i want is, i want to  use my old Db. I mean to get my forum back. I did everything. Only thing i want is, getting back to old Db set which has 2300 threads.

Is there anyone to know how can i change Db set ??

THANKS!!!


RE: Please Help -  Change Db in The Same Database - 77SunSetStreet - 2007-01-02

can you handle phpmyadmin?
just edit in your config.php :
$config['table_prefix'] = 'mybb_';
to:
$config['table_prefix'] = '__mybb_';


RE: Please Help -  Change Db in The Same Database - CasTexx - 2007-01-02

Thanks !!!

I'm trying now....
I hava a SQL backup file which is 11 MB.
I cannot import that.
Do you know is there anyway to import that ??


RE: Please Help -  Change Db in The Same Database - Dennis Tsang - 2007-01-02

CasTexx Wrote:I hava a SQL backup file which is 11 MB.
I cannot import that.
Do you know is there anyway to import that ??

http://www.ozerov.de/bigdump.php


RE: Please Help -  Change Db in The Same Database - 77SunSetStreet - 2007-01-02

if you like i can do it for you. then you have to mail me the adress and login to your phpmyadmin and mail me your db-backupfile.

to [email protected]


RE: Please Help - Change Db in The Same Database - CasTexx - 2007-01-02

I can give it on msn, add: [email protected]
// Other Settings

$filename        = '';     // Specify the dump filename to suppress the file selection dialog
$linespersession = 3000;   // Lines to be executed per one import session
$delaypersession = 0;      // You can specify a sleep time in milliseconds after each session
                           // Works only if JavaScript is activated. Use to reduce server overrun

Specify the dump filename to suppress = ??
Is it asks me that my sql backup file name???


RE: Please Help -  Change Db in The Same Database - Dennis Tsang - 2007-01-02

That field's optional I think. I suggest you read the full Usage and FAQ on the download page http://www.ozerov.de/bigdump.php before posting here, because we can only give very limited support for third-party products.

Also, if nobody has posted after you and you wish to make an addition to your post, please edit the post instead of double and triple posting.


RE: Please Help -  Change Db in The Same Database - CasTexx - 2007-01-02

Appears an error on line 427.

427 - if ((!$gzipmode && !$file=fopen($_REQUEST["fn"],"rt")) || ($gzipmode && !$file

But mine is .SQL, is it only for Gzipped backups ?