I'm programming a C#
program and I want to have access to a MySql
database
I've found a few examples online. The format is:
"Server=ServerName;Database=databaseName;Uid=username;Pwd=password;"
I was wondering how will I be able to get the server name.
I installed mysql
to localhost on my ubuntu
server.