MariaDB:Bakup and Restore: Difference between revisions

No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Berikut adalah cara backup dan restore [[database]] di [[MySQL]] dan [[MariaDB]]
==Menggunakan MySQLDump==
==Menggunakan MySQLDump==
===Cara 1===
===Cara 1===
Line 10: Line 12:
  shell> mysql DB_Name < Backup-Name.sql
  shell> mysql DB_Name < Backup-Name.sql


See the [https://mariadb.com/kb/en/mysqldump/ mysqldump] page for detailed syntax and examples.
See the [https://bit.ly/30eYG4Y mysqldump] page for detailed syntax and examples.


===Cara 2===
===Cara 2===
Line 25: Line 27:
[[Category:Website]]
[[Category:Website]]
[[Category:MySQL]]
[[Category:MySQL]]
[[Category:Database]]
[[Category:Tutorial]]