Levin

Results 2 issues of Levin

hi I use below code ` docker run -itd --name git_base --env GITBASE_PASSWORD=root -p 3344:3306 -v /Users/code/test:/opt/repos srcd/gitbase:latest ` and java jdbc connection gitbase mysql ` Connection connection=JDBCUtils.getConnection("jdbc:mysql://127.0.0.1:3344/gitbase","root","root"); ` but...

I would like to compare the syntax between databases. Based on MTR, which scripts should I pay attention to