I am writing some unit tests to ensure that everything works as intended in my application, and thought it would be nice to write a short test script to make sure mySQL connection works as intended.
Is there any query that I can run that always displays something sweet that I can test the connection without thinking about the possible stored data in the mySQL database?
mysql unit-testing testing
Industrial
source share