backup | INC1.net

INC1.net

Developer blog

Tag: backup

Briefly about MySQL/mariadb backups in Ubuntu

December 24, 2018February 22, 2019 AlexanderMariaDB, MySQL

If you were waiting for the right moment… It was him. Make a backup of the MySQL database, MariaDB: mysqldump -u username -p database_to_backup > backup_name.sql Restore from the dump MySQL, MariaDB: mysql -u username -p database_name < backup_name.sql

  • Русский

Recent Posts

  • Converting a date to ISO format from PostgreSQL timestamp with time zone in React Native.
  • Get the number of years with correct declension from the current moment in TypeScript on React Native.
  • Number of hits to the WordPress database
  • PHP page generation speed
  • Install Nginx, PHP, MySQL (Mariadb) on Ubuntu

Archives

  • October 2024
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018

Categories

  • AJAX
  • Bot
  • Domains
  • Java
  • JavaScript
  • jQuery
  • JSON
  • MariaDB
  • MySQL
  • NGINX
  • PERL
  • pgAdmin
  • PHP
  • React Native
  • ubuntu
  • WebDriver
  • WordPress

RSS Entries RSS

  • Преобразование даты в ISO из PostgreSql timestampwtz React Native
Copyright © All rights reserved.
Blog Kit by WP Charms