MySQL
- Databases
Integrate Yurbi with your MySQL databases to effortlessly pull live data, allowing for dynamic reporting and interactive dashboards tailored to your business needs.
About
MySQL is a popular open-source relational database management system that offers a reliable and efficient solution for storing and managing data. Renowned for its speed and flexibility, MySQL caters to a wide range of applications, from small websites to large-scale enterprise systems. With robust features like strong security measures and compatibility with various programming languages, MySQL enables businesses to make informed, data-driven decisions. When integrated with Yurbi, users can access real-time data from MySQL to create insightful reports and interactive dashboards that elevate their analytical capabilities.
Supported Versions
- 5.7 and above
Integration Capabilities
- Live query read-only access to your data source
- Support for table owner/schema
- Compatibility with Views
- Integration with Stored Procedures
- Dynamic Data Source Connection Strings
Requirements
- MySQL User ID with read-only access
- Network/Firewall access to the database instance
Support
Integration FAQs
-
How do I get started with this integration?
If you have admin privileges, navigate to Settings > Integration and select Create a New App for the data source you want to use.
-
What types of data can I access through this integration?
Yurbi generates SQL queries dynamically using the official database driver, ODBC driver, or API endpoint. Through this integration, you can access a variety of structured data from your data source, such as tables, views, and results from stored procedures in MSSQL and MySQL.
-
How do I refresh the data in Yurbi after making changes in my database?
Yurbi performs live queries against your data source, ensuring that every time a report or dashboard is executed, it retrieves the most up-to-date data available. This means you always have access to the latest information without needing to manually refresh anything.
-
Can Yurbi cause any damage or harm to my data source?
Yurbi performs read-only queries against the connected data source, meaning it cannot write or modify any data. However, if queries are designed to pull excessive amounts of data, they can consume significant resources, potentially leading to timeouts or increased load that may affect overall performance.