Forum Discussion
Native SQL on MySQL database in Dataflow
- 6 years ago
There's no problem with gateway accessing the database or any connection problem. I can use MySQL source in Dataflow and import tables. I just cannot use native sql to import data based on written query.
Update:
It started working on it's own without any changes on my side.
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- ibarrau6 years agoSuper User
Hi. You have to try Lian solution on the server. Install the MySQL driver on the VM that contains the Gateway. That is how DataFlow will discover the datasource.
Regards,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- pat8jan6 years agoRegular Visitor
There's no problem with gateway accessing the database or any connection problem. I can use MySQL source in Dataflow and import tables. I just cannot use native sql to import data based on written query.
Update:
It started working on it's own without any changes on my side.