Add mysqlfdw

This commit is contained in:
Thomas Legay 2023-06-13 17:25:30 +02:00
parent 3fe05c2313
commit f33c5da59c
5 changed files with 54 additions and 0 deletions

View 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
```