Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.09 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.09 KB

mysql-sample-db

Sample MySQL and MariaDB database data that can be used for upgrade testing.

Database structure and data are taken from mysqltutorial.org and the database is initialized with the mysqld daemon of particular version. The initialized data of a particular version are kept in corresponding branch.

We have (or plan to have) the following versions available in corresponding branches:

Such data can be used for various tasks, for example testing upgrade.

Generation of the data can be done using ./mysql-sample-db generate and the data are stored into ./data.

Validity of the data can be checked using ./mysql-sample-db check script.