You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This purpose of this README is to provide you with a brief introduction to the [
8
8
1.[MariaDB Database Products](#products)
9
9
1.[MariaDB Community Server](#community)
10
10
2.[MariaDB Enterprise](#enterprise)
11
-
3.[MariaDB SkySQL](#skysql)
11
+
3.[MariaDB Cloud](#cloud)
12
12
2.[Helpful Resources](#resources)
13
13
3.[Support and contribution](#support)
14
14
@@ -22,6 +22,9 @@ This purpose of this README is to provide you with a brief introduction to the [
22
22
23
23
*[Download and install MariaDB Community directly from mariadb.com](https://mariadb.com/downloads/)
24
24
*[Using the official Docker image](https://hub.docker.com/_/mariadb)
25
+
*[Zero to MariaDB with AWS EC2 and Docker](https://mariadb.com/kb/en/docker-and-aws-ec2/)
26
+
*[Zero to MariaDB with Azure VM and Docker](https://mariadb.com/kb/en/docker-and-microsoft-azure/)
27
+
*[Zero to MariaDB with GCE VMs and Docker](https://mariadb.com/kb/en/docker-and-google-cloud/)
25
28
26
29
### MariaDB Enterprise Server <aname="enterprise"></a>
27
30
@@ -36,21 +39,24 @@ This purpose of this README is to provide you with a brief introduction to the [
36
39
#### Get Started
37
40
38
41
*[Download and install MariaDB Enterprise directly from mariadb.com](https://mariadb.com/downloads/enterprise/)
42
+
*[Using the beta Docker image](https://docker.mariadb.com)
43
+
*[Zero to MariaDB with AWS EC2 and Docker](https://mariadb.com/kb/en/docker-and-aws-ec2/)
44
+
*[Zero to MariaDB with Azure VM and Docker](https://mariadb.com/kb/en/docker-and-microsoft-azure/)
45
+
*[Zero to MariaDB with GCE VMs and Docker](https://mariadb.com/kb/en/docker-and-google-cloud/)
39
46
47
+
### MariaDB Cloud <aname="cloud"></a>
40
48
41
-
### MariaDB SkySQL <aname="skysql"></a>
42
-
43
-
[MariaDB SkySQL](https://mariadb.com/products/skysql/) is the first and only database-as-a-service (DBaaS) to bring the full power of MariaDB Enterprise to the cloud, combining powerful features and world-class support with unrivaled ease of use and groundbreaking innovation. Built for mission-critical applications and enterprise governance, SkySQL augments automation with the human expertise and experience needed to support and manage mission-critical deployments in the cloud – whether it’s a single development database or thousands of production databases.
49
+
[MariaDB Cloud](https://mariadb.com/products/cloud/) allows enterprise organizations to realize the benefits of a managed database service, including ease of use, without sacrificing the very things needed to support mission-critical applications, including enterprise features, custom configuration, deployment flexibility, technical and consultative support, on-demand upgrades and bug fixes/security patches. It’s MariaDB Enterprise Server in the cloud, managed by MariaDB (the experts) using automation and world-class database strategies.
44
50
45
51
<palign="center"spacing="10">
46
52
<kbd>
47
-
<img src="media/skysql.png" />
53
+
<img src="media/mariadb-cloud.png" />
48
54
</kbd>
49
55
</p>
50
56
51
57
#### Get Started
52
58
53
-
*[Launch a fully-managed cloud database with MariaDB SkySQL](https://mariadb.com/products/skysql/get-started/)
59
+
*[Contact MariaDB about our expert-managed MariaDB Cloud](https://mariadb.com/contact/?managed-services-contact-us=true)
54
60
55
61
## Helpful Resources <aname="resources"></a>
56
62
@@ -59,7 +65,7 @@ This purpose of this README is to provide you with a brief introduction to the [
0 commit comments