Hihi, I have setup an Ubuntu instance in Amazon EC2, and I have setup MySQL under Ubuntu. Would like to ask, how can I connect my external asp.net application to this MySQL database? What should be the connection look like?
I am using Entity Framework 4. Thanks in advance!
Have figured out the connection string format as follow:
🙂