Main public logs
Combined display of all available logs of Qiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:31, 3 September 2025 Ryan talk contribs created page Comprehensive Guide to Installing, Configuring, and Securing MySQL on Amazon Linux 2023 ARM64 (Created page with "<span id="system-update-and-mysql-installation"></span> == 1. System Update and MySQL Installation == First, update your system and install MySQL: <syntaxhighlight lang="bash"># Update the system packages sudo dnf update -y # Install MySQL server (MariaDB is the default on AL2023) sudo dnf install -y mariadb105-server mariadb105 # Verify the installation and ARM64 compatibility rpm -qi mariadb105-server | grep Architecture</syntaxhighlight> '''Note:''' Amazon Linux 2...")