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