Skip to content

Commit 1d7e3e4

Browse files
Update README.md
1 parent 78e8961 commit 1d7e3e4

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ sudo make install #generate lib files and put them in /usr/lib(maybe)
6161

6262
Before you compile nanodbc, you should download UnixOdbc:
6363

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
6567

6668
```bash
6769
tar -xzvf unixODBC-2.3.0.tar.gz
@@ -78,6 +80,23 @@ odbc_config --version #check odbc_config is installed
7880

7981
```
8082

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+
81100
```bash
82101
git clone <https://github.com/nanodbc/nanodbc.git> #download nanodbc
83102

0 commit comments

Comments
 (0)