File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,9 @@ sudo make install #generate lib files and put them in /usr/lib(maybe)
61
61
62
62
Before you compile nanodbc, you should download UnixOdbc:
63
63
64
- download unixODBC-2.3.0.tar.gz
64
+ ### download unixODBC-2.3.0.tar.gz
65
+
66
+ Download unixODBC-2.3.0.tar.gz ,you can also use ` sudo apt install unixodbc ` to download but it's unuseful to my system
65
67
66
68
``` bash
67
69
tar -xzvf unixODBC-2.3.0.tar.gz
@@ -78,6 +80,23 @@ odbc_config --version #check odbc_config is installed
78
80
79
81
```
80
82
83
+ ### download odbc-mariadb
84
+ {
85
+ ` sudo apt install odbc-mariadb `
86
+
87
+ <font size =16 > TO BE CONTINUED!!!! </font >
88
+ }
89
+
90
+ ### configure odbc-mariadb
91
+
92
+ see complete info on "https://mariadb.com/kb/en/creating-a-data-source-with-mariadb-connectorodbc/ "
93
+
94
+ [ MariaDB ODBC 3.0 Driver]
95
+ Description = MariaDB Connector/ODBC v.3.0
96
+ Driver=/usr/lib/x86_64-linux-gnu/odbc/libmaodbc.so
97
+
98
+
99
+
81
100
``` bash
82
101
git clone < https://github.com/nanodbc/nanodbc.git> # download nanodbc
83
102
You can’t perform that action at this time.
0 commit comments