-
Hello team, may I ask if we are suitable for this product? I only have a mysql database. We only focus on making it easier for users to operate on the database, and can record additions, deletions, and changes to the database by different users. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hey @xulun2468, Hue supports MySQL via You can give it a try by following the below doc section to help you with the config setup: https://docs.gethue.com/administrator/configuration/connectors/#mysql Hope it helps! |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your reply, I have another question, how do I know who deleted a certain database, where do I check these records |
Beta Was this translation helpful? Give feedback.
-
IIRC we have debug or info level logging of who executed statements via Hue and other audit details, that can help you identifying the user doing certain statement operations. |
Beta Was this translation helpful? Give feedback.
-
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Beta Was this translation helpful? Give feedback.
Hey @xulun2468, Hue supports MySQL via
sqlalchemy
orJDBC
interface. You should be able to perform all the operations for your use-case from the Hue editor for MySQL.You can give it a try by following the below doc section to help you with the config setup: https://docs.gethue.com/administrator/configuration/connectors/#mysql
Hope it helps!