2007-01-02, 06:18 PM
Limit is 2 Mb.
Is that enough?
If i attempt to import them, can it be imported ??
TO Import DB File >
|
2007-01-02, 06:18 PM
Limit is 2 Mb. Is that enough? If i attempt to import them, can it be imported ??
2007-01-02, 06:22 PM
please try to backup your sql database with bigdump...
2007-01-02, 06:51 PM
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!!!
2007-01-02, 07:27 PM
can you handle phpmyadmin?
just edit in your config.php : $config['table_prefix'] = 'mybb_'; to: $config['table_prefix'] = '__mybb_';
2007-01-02, 07:38 PM
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 ??
2007-01-02, 07:47 PM
CasTexx Wrote:I hava a SQL backup file which is 11 MB. http://www.ozerov.de/bigdump.php
2007-01-02, 07:50 PM
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]
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???
2007-01-02, 08:13 PM
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.
2007-01-02, 08:29 PM
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 ? |
« Next Oldest | Next Newest »
|