Issues arising from WordPress, MySQL, and Linux setup
Issues arising from WordPress, MySQL, and Linux setup
The configuration you mentioned isn't typical for PHP.ini. The extensions mysqli and pdo_mysql are usually listed separately, not both in one line. You likely created the account manually and tested it by connecting from localhost using MySQL client tools. "localhost/blog" refers to the default URL for accessing MySQL from your machine. PHPmyAdmin is a separate tool for managing databases, not part of PHP or MySQL itself.
This guide was the one I followed. You can find it here: https://www.digitalocean.com/community/t...lamp-stack
Thank you for your message. I followed the official instructions for installation, and they explained the process clearly.