We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b73c3 commit c1379cdCopy full SHA for c1379cd
1 file changed
docs/introduction.md
@@ -25,7 +25,7 @@ To get started with YOURLS, you need to ensure that your server and client meet
25
- **Web Server**: YOURLS requires Apache (httpd) version **2.4** or greater, with the **`mod_rewrite`** module enabled.
26
- **PHP**: PHP version **8.1** or greater is required for YOURLS to function correctly.
27
- If you plan on utilizing the YOURLS API, make sure the PHP [cURL](https://www.php.net/curl) extension is enabled.
28
-- **Database**: YOURLS supports either MySQL (version **5.0** or greater) or MariaDB (version **10.0** or greater) for storing link data.
+- **Database**: YOURLS supports either MySQL (version **5.5** or greater) or MariaDB (version **10.0** or greater) for storing link data.
29
- **HTTPS Support**: For security reasons, we recommend hosting your YOURLS installation on a server with HTTPS support.
30
31
### Client Requirements
0 commit comments