MySQL database - SaaS 

CloudBroker GmbH  
roman.dolhai@scaletools.com
Type: Software as a Service
TRL: 9

MySQL is the world’s most popular open source database. According to DB-Engines, MySQL ranks as the second-most-popular database, behind Oracle Database. MySQL powers many of the most accessed applications, including Facebook, Twitter, Netflix, Uber, Airbnb, Shopify, and Booking.com.

Since MySQL is open source, it includes numerous features developed in close cooperation with users over more than 25 years. So it’s very likely that your favorite application or programming language is supported by MySQL Database.

A relational database stores data in separate tables rather than putting all the data in one big storeroom. The database structure is organized into physical files optimized for speed. The logical data model, with objects such as data tables, views, rows, and columns, offers a flexible programming environment. You set up rules governing the relationships between different data fields, such as one to one, one to many, unique, required, or optional, and “pointers” between different tables. The database enforces these rules so that with a well-designed database your application never sees data that’s inconsistent, duplicated, orphaned, out of date, or missing.

The “SQL” part of “MySQL” stands for “Structured Query Language.” SQL is the most common standardized language used to access databases. Depending on your programming environment, you might enter SQL directly (for example, to generate reports), embed SQL statements into code written in another language, or use a language-specific API that hides the SQL syntax.

IPR / Licence

Open source means it’s possible for anyone to use and modify the software. Anybody can download MySQL software from the internet and use it without paying for it. You can also change its source code to suit your needs. MySQL software uses the GNU General Public License (GPL) to define what you may and may not do with the software in different situations.

This marketplace items allows to provide Change2Twin users with MySQL database in the cloud and SSH access to its instance. Amount of computation power of the machine is discussed individually. It’s available for free usage in the cloud while Change2Twin project is on (until November 2024) and further pricing depends on computation power and can be discussed individually.

Contact Person

Roman Dolhai

Information

version 8.0 and other are available on demand

Website:

https://www.mysql.com/about/

Documentation:

https://dev.mysql.com/doc/

MySQL 8.4 Reference Manual - https://dev.mysql.com/doc/refman/8.4/en/