Command mysql:load

Load a mysql dump

Arguments

  • url: Connection url
  • source: Source filename

Options

  • --gzip: Decompress source through gzip
  • --bzip2: Decompress source through bzip2
  • --create: Create database on server if it does not yet exist
  • --force: Drop the database before loading if it already exists
Back to command index