My connection string for MySQL is:
"Server=localhost;User ID=root;Password=123;pooling=yes;charset=utf8;DataBase=.;"
My questions are :
- What query should I write to get database names that exist?
- What query should I write to get server version?
- I have error because of my connection string ends with
DataBase=.
What should I write instead of the dot?