mrtnzlml-archive / testbench

:green_apple: Simple integration testing tool for Nette applications
http://zlml.cz/jednoduche-testovani-pro-uplne-kazdeho
41 stars 13 forks source link

Use 'information_schema' as default MySQL DB #33

Closed Valicek1 closed 7 years ago

Valicek1 commented 8 years ago

You can connect 'information_schema' when establishing connection to database, it's available for all users. Config could be a little simplier.

mrtnzlml commented 8 years ago

I thought this is how it works. My bad. I'll look at it, thanks.