Skip to content

Commit f8d302c

Browse files
authored
Update mysql.json (#263)
* Updated to reflect PR #123 where the MySQL 8.4 LTS or MySQL 8.0 release can now be be selected. * Updated the "documentation" and "website" values for good measure.
1 parent 659fa2e commit f8d302c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

json/mysql.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"updateable": true,
1010
"privileged": false,
1111
"interface_port": null,
12-
"documentation": null,
13-
"website": null,
12+
"documentation": "https://dev.mysql.com/doc/",
13+
"website": "https://www.mysql.com/",
1414
"logo": "https://1000logos.net/wp-content/uploads/2020/08/MySQL-Logo.png",
1515
"description": "MySQL is an open-source relational database management system (RDBMS) that uses SQL for managing and manipulating data. It is known for its scalability, reliability, and high performance, making it suitable for small to large-scale applications. Key features include support for ACID transactions, data replication for high availability, and compatibility with various programming languages like Python, PHP, and Java.",
1616
"install_methods": [
@@ -34,6 +34,10 @@
3434
{
3535
"text": "Database credentials: `cat mysql.creds`",
3636
"type": "warning"
37+
},
38+
{
39+
"text": "With an option to install the MySQL 8.4 LTS release instead of MySQL 8.0",
40+
"type": "info"
3741
}
3842
]
39-
}
43+
}

0 commit comments

Comments
 (0)