Add mysqlfdw
This commit is contained in:
parent
3fe05c2313
commit
f33c5da59c
5 changed files with 54 additions and 0 deletions
15
ressources/mysqlfdw/README.MD
Normal file
15
ressources/mysqlfdw/README.MD
Normal file
|
@ -0,0 +1,15 @@
|
|||
#### mysqlfdw
|
||||
|
||||
##### Information
|
||||
Site : https://github.com/EnterpriseDB/mysql_fdw
|
||||
|
||||
Source : https://github.com/EnterpriseDB/mysql_fdw
|
||||
|
||||
##### Install
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
apt-get install -y mysqlfdw
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue