Skip to content

Instantly share code, notes, and snippets.

@vebodev
Created April 20, 2023 06:48
Show Gist options
  • Save vebodev/ba52c148a85dc2c0d6d2ce6d3a6ee442 to your computer and use it in GitHub Desktop.
Save vebodev/ba52c148a85dc2c0d6d2ce6d3a6ee442 to your computer and use it in GitHub Desktop.
An exmaple of MySQL ODBC.ini
[test]
Driver = mysql
Description = Connector/ODBC 8.0 UNICODE Driver DSN
SERVER = tidb-dev
PORT = 4000
USER =
Password =
Database = patrolman
OPTION = 3
SOCKET =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment