hi guys!
well, i`m planning to make a wizard to my system. If database doesn`t exist then run script to create a startup database.
wonderful, miracle, champagne for all
but:
* if database doesn`t exist MySQL57Conn raises ESQLDatabase Error;
* if database exists but login is wrong MySQL57Conn raises ESQLDatabase Error;
* if database exist, login is right but password is wrong MySQL57Conn raises ESQLDatabase Error;
How can I check if database doesn`t exist?