The Official Ubuntu Server Book (3rd Edition) by Rankin Kyle & Hill Benjamin Mako
Author:Rankin, Kyle & Hill, Benjamin Mako [Rankin, Kyle]
Language: eng
Format: epub, pdf
Publisher: Pearson Education
Published: 2013-07-12T00:00:00+00:00
Restore MySQL Backups
A backup isn’t much use if you can’t restore from it. To restore a backup on MySQL, use the mysql command-line tool and point it at your backup. For instance, to back up the test database to test_backup.sql, you would type
$ mysql test < test_backup.sql
If instead you were backing up a number of databases, just type
$ mysql < multiple_database_backup.sql
To restore all databases, you need to log in as the root user. Of course, you are a secure MySQL administrator and have set a root password, so you must use the -p option (unless you set up a .my.cnf file, in which case you can leave out -p):
$ mysql -u root -p < all_databases.sql
Download
The Official Ubuntu Server Book (3rd Edition) by Rankin Kyle & Hill Benjamin Mako.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7788)
Filmora Efficient Editing by Alexander Zacharias(6062)
The Infinite Retina by Robert Scoble Irena Cronin(5530)
Learn Wireshark - Fundamentals of Wireshark. by Lisa Bock(4123)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3957)
Edit Like a Pro with iMovie by Regit(3565)
Linux Administration Best Practices by Scott Alan Miller(2874)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic & Jasmin Redzepagic(2856)
Mastering PowerShell Scripting - Fourth Edition by Chris Dent(2539)
MCSA Windows Server 2016 Study Guide: Exam 70-740 by William Panek(2533)
Creative Projects for Rust Programmers by Carlo Milanesi(2373)
Docker on Windows by Stoneman Elton(2332)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2321)
Hands-On AWS Penetration Testing with Kali Linux by Karl Gilbert(2120)
Hands-On Linux for Architects by Denis Salamanca(2073)
Computers For Seniors For Dummies by Nancy C. Muir(2023)
Programming in C (4th Edition) (Developer's Library) by Stephen G. Kochan(2021)
The Old New Thing by Raymond Chen(1951)
Linux Kernel Debugging by Kaiwan N Billimoria(1779)
