ShellHacks
Command-Line Tips and Tricks

mysql

  • Blog

HowTo: BackUp MySQL Database From the Command Line

Posted on December 27, 2016March 18, 2017by admin

The basic installation of MySQL Server provides a great command line utility to take backup of MySQL databases The ‘mysqldump‘ command is used for creation “dumps” of databases managed by MySQL. These dumps are just files with all the SQL commands needed to recreate the database. Backup a Database Use the following command to backup […]

Read More
No comments yet
  • Blog

Checking MySQL Replication Status

Posted on December 27, 2016February 24, 2017by admin

The most common task when managing a replication process is to ensure that the replication is taking place and that there have been no errors between the slave and the master. The primary statement for this is ‘SHOW SLAVE STATUS‘, which must be executed on each slave. mysql> SHOW SLAVE STATUS\G The key fields from […]

Read More
No comments yet
  • Blog

HowTo: Install LAMP on CentOS/RHEL

Posted on December 27, 2016March 18, 2017by admin

In this guide, I will show you, how to install LAMP (Linux, Apache, MySQL, PHP) – a stack of free, open source software for building a web server for general purpose. 1. Install Apache HTTP Server yum install httpd Backup the apache configuration file ‘httpd.conf’. cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.backup Set the apache service to start at […]

Read More
No comments yet

Posts navigation

Newer posts

Online Tools

  • Base64 Decode
  • Base64 Encode

Tags

access-control anonymity ansible apache archive arduino artifactory bash boot cmd command-line curl dns docker encryption git gitlab helm java jenkins kubernetes linux macos mail mongodb mysql network openssl pdf php powershell prometheus python raspberry pi ssh sublime text systemd telegram telnet text-processing tor tsm windows wordpress yum
  • Telegram
  • Twitter
  • RSS
Privacy
Copyright © 2011-2023 | www.ShellHacks.com