Skip to content
Base64
  • Hire me
December 28, 2021July 29, 2022

Import single table into MySQL

General by Curt Sahd

To import a single table into MySQL:

mysql -u username -p database_name < table_name.sql

View related article Export single table MySQL

Post navigation

How to Download Liquid Rescale for Ubuntu
How to Install Synfig on Ubuntu

Recent Posts

  • Ansible – check if file contains text
  • Train SpamAssassin SPAM with .eml file
  • How to setup Nginx reverse proxy in Docker on Ubuntu 22.04
  • Screen sharing not working Discord Ubuntu 22.04 – Disable Wayland
  • Specify Ansible Python interpreter on Task/Host

Categories

  • General