You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yzl
93958d0fb0
|
1 year ago | |
---|---|---|
.. | ||
README | 1 year ago | |
data_test.sql | 1 year ago |
README
The files data_test.sql contains test data used for continuous integration testing. It is not for real setups! 1. How to output test data with compatible SQL syntax? From MySQL: mysqldump --quote-names=false --extended-insert=false -c -t -uroot <DB> <table>