This command connects to the MySQL database server as the root user with the password 'toor'. It targets the server running on 'localhost', selects the database named 'caue_edp', and directs the output to the same 'caue_edp' database from the SQL dump file...
TBWritten byThomas Bourdin1 min read
This command connects to the MySQL database server as the root user with the password 'toor'. It targets the server running on 'localhost', selects the database named 'caue_edp', and directs the output to the same 'caue_edp' database from the SQL dump file 'all-mysql-databases.20181005.sql'.
Secure the import
A global dump can contain multiple databases, accounts, or instructions incompatible with the target. Inspect its header and size before importing, then work on an isolated instance.