Skip to content

Tikam Shah

As Developer

  • Home
  • PHP MYSQL
    • Variables & Superglobals
    • Functions
    • Loops in php
    • Arrays
    • Php Strings
    • Php Date & time
    • Php Mail
    • Errors & Configurations
    • Regular Expressions
    • Session & Cookies
    • htaccess
    • Php Mysql
  • Mysql
  • Linux
    • Linux
    • Apache
    • Docker
  • OOPS PHP

Category: Mysql

How to export and Import mysql database using command line.

March 27, 2020March 27, 2020Tikam ShahLeave a Comment on How to export and Import mysql database using command line.

Export In order to export the database from mysql,Open your terminal and type the following command. mysqldump -u [your_username] -p[your_database_password] [database_name] > path_to_your_directory/[database name].sql Incase of database from remote server.…

Read More




Recent Updates

  • Installing PHP (7.0, 7.3 to 7.4) in Ubuntu server via PPA
  • How to delete the user in Linux Ubuntu ?
  • How to give read/write permission to a folder in linux to a user?
  • How to add new user accounts in Linux along with ssh access ?
  • How to Un-Compress or Extract and Compress tar Files in Linux?
  • How to copy the files to the remote server using SSH
  • How to export and Import mysql database using command line.
  • Docker Basic Commands
  • Secure Apache with Let’s Encrypt on Ubuntu 18.04
  • Git Commands
Copyright @: Tikam Shah by Tikam Shah.