Welcome to the vBulletin support forums! In our community forums you can receive professional support and assistance with any issues you might have with your vBulletin Products.
Hi,
with phpmyadmin it works to make backupīs and restores opf the database in mysql, but only if the files are not to big, because most servers give not enough "cpu seconds".
I looking now for a script which can fix this problem, maybe starts twice ore three time to backup, restore the big files.
Next question, what is the exact comando to make a complet backup/restore of all .csv data via Telnet Access.
That'll prompt you for your password and export the database into a script that you can use to recreate the database if there is a problem.
Here is how you can restore it:
mysql -u mysqlusername -p database_name < input_file_name.sql (which was previously output_file_name.sql)
If you are going to download the database, you should compress it (tar czvf filename.tgz filetocompress) and then uncompress it (tar xzvf filename.tgz) before using it.
I am not a linux, MySQL, or PHP expert, but these commands work for me and have allowed me to backup and move my databases, so I think they should work for you!
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...
X
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also consent to the transfer of your data to our servers in the United States, where data protection laws may be different from those in your country.
Comment