This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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 |