Skip to content

Commit c1379cd

Browse files
authored
Update MySQL version requirement to 5.5
1 parent 36b73c3 commit c1379cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To get started with YOURLS, you need to ensure that your server and client meet
2525
- **Web Server**: YOURLS requires Apache (httpd) version **2.4** or greater, with the **`mod_rewrite`** module enabled.
2626
- **PHP**: PHP version **8.1** or greater is required for YOURLS to function correctly.
2727
- 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.
28+
- **Database**: YOURLS supports either MySQL (version **5.5** or greater) or MariaDB (version **10.0** or greater) for storing link data.
2929
- **HTTPS Support**: For security reasons, we recommend hosting your YOURLS installation on a server with HTTPS support.
3030

3131
### Client Requirements

0 commit comments

Comments
 (0)