Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

dum mysql db with cli

# export mysql
mysqldump -h localhost -u username -p dbname > filename.sql


# restore / import mysql
mysqldump -h localhost -u username -p dbname < filename.sql
Comment

PREVIOUS NEXT
Code Example
Shell :: lalla 
Shell :: how to send data to pushgateway from a shell script 
Shell :: install gearman di linux 
Shell :: cara melihat git sudah terinstal atau belum di linux terminal 
Shell :: webpack for old browser 
Shell :: install spectral pytohn 
Shell :: paperless docker install 
Shell :: compressed-raw-lzma kali install 
Shell :: phenix applyncs 
Shell :: extract path from url sed 
Shell :: sudo systemctl enable journalbeat sudo systemctl start journalbeat 
Shell :: how many ppi is 4k 
Shell :: iiana github 
Shell :: installation testing 
Shell :: echo str terminal meaning 
Shell :: like idm for linux 
Shell :: how to install voyager on existing project with dummy data 
Shell :: snaps in ubuntu take a lot of space 
Shell :: bash if m1 or intel 
Shell :: unintsall from ubuntu 
Shell :: flutter run web public network 
Shell :: delete completed kubernetes jobs 
Shell :: graphic driver in ubuntu 
Shell :: docker in linux 
Shell :: awk and or 
Shell :: git fetch only pull master 
Shell :: grep regular expression repeat same character 
Shell :: npm nix 
Shell :: get installed app icon android kotlin 
Shell :: There are not enough slots available in the system to satisfy the 5 slots that were requested by the application 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =