Forum Discussion
Cannot see Mysql views in table browser
Hi there,
I am able to connect to a mysql server using the data source tool and I can see all of the tables I am expecting to see.
However, no views are listed, only tables.
I have tried logging in with multiple accounts, including a full database administrator's and still, no views are available.
Can anyone help?
Thank you!
We have a bug filed for this already, but I don't know if the fix made it into the next release.
3 Replies
- curthPower BI Team
We have a bug filed for this already, but I don't know if the fix made it into the next release.
- checo3131New Member
Hi curth, do you have an update for this bug? is there a place we can follow updates or the bug report ? we have some customers that are using mysql and when we mention that is not supported yet they start thinking that maybe is not the best option.
Regards!
- Greg_DecklerCommunity Champion
I also do not see views in the browser, use the drop down box for entering SQL formula, that does work with views, I tested it:
SELECT * FROM govtrack.new_view;
For example.