Report this

What is the reason for this report?

ConnectionString

Posted on September 16, 2019

Would you please give me your connectionstring for MySQL on your DO? (I’m using VB.NET) Or How do I connect to my DO using VB.NET?

Thank you. Regards, JS



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

hI @itdevelop,

You can use a connection like

Standard Security
Server=myServerAddress;Database=myDataBase;User Id=myUsername;
Password=myPassword;

Having said that, connecting from VB.NET to a MySQL instance can be a little tricky. You can check the following article in regards to this - ARTICLE

Thats okay…I’m found it… Thank you

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.