Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Comments on How to create a dump of a complete MariaDB how the data is at a single point in time?
Post
How to create a dump of a complete MariaDB how the data is at a single point in time?
+4
−0
A MariaDB server is installed on a Linux server.
How can a dump of the complete database be made, how it is at a single point in time, while preventing write access to the database during the dump? Writes to the database during dumping should be prevented to prevent inconsistencies.
1 comment thread