Skip to content

Instantly share code, notes, and snippets.

View DavidJRobertson's full-sized avatar

David Robertson DavidJRobertson

View GitHub Profile
'NATASHA'S (TASHOLOGY) MYSQL SAVING SYSTEM!
'CHANGE THIS TO YOUR SETTINGS
Dim conn As String = "Server=epsilon.davidr.me;Database=tashdb;Uid=tashdb;Pwd=nLEYmTSYEQZzN483;"
Dim connect As MySqlConnection
Try
'Create the connector
connect = New MySqlConnection(conn)
'Open the database