Comments on: How to Install LEMP Stack on Arch Linux https://www.linuxtechi.com/install-lemp-stack-on-arch-linux/ Sun, 12 Mar 2023 04:58:24 +0000 hourly 1 By: JD https://www.linuxtechi.com/install-lemp-stack-on-arch-linux/#comment-50403 Sun, 12 Mar 2023 04:58:24 +0000 https://www.linuxtechi.com/?p=10089#comment-50403 In reply to Alex Pereiro.

Or if you lazy run the following commands
sudo sed -i ‘s/^;extension=mysqli/extension=mysqli/’ /etc/php/php.ini
sudo sed -i ‘s/^;extension=pdo_mysql/extension=pdo_mysql/’ /etc/php/php.ini

]]>
By: Alex Pereiro https://www.linuxtechi.com/install-lemp-stack-on-arch-linux/#comment-22746 Thu, 28 Jan 2021 09:58:10 +0000 https://www.linuxtechi.com/?p=10089#comment-22746 Great article. I have followed all the steps and everything has gone perfectly (although I have skipped the firewall configuration). The only problem I have encountered has been going to phpMyAdmin, which gave mysqli not activated error. I have activated it by uncommenting the line extension = mysqli in /etc/php/php.ini and restarting php-fpm and everything works fine.

Thank you very much for the article.

]]>
By: Liam Labuschagne https://www.linuxtechi.com/install-lemp-stack-on-arch-linux/#comment-19453 Sun, 29 Mar 2020 10:51:58 +0000 https://www.linuxtechi.com/?p=10089#comment-19453 Wonderfully done article. Every step was clear and I was able to install my local LEMP stack perfectly. Thanks to the author!

]]>