16 lines
289 B
Plaintext
16 lines
289 B
Plaintext
|
#### 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
|
||
|
```
|