Hi guys,
I am new in that field. I needed to educate myself and build my own web hosting server because i have a platform and mobile apps and the mobile apps need mysqlnd and nd_pdo_mysql in order to function properly.
I tried many OS and CPs and endet here with Ubuntu 24.04.1 and aaPanel. As far i understand i need to compile the PHP 8.2 with a special parameter in order to use ND. I found this article - https://www.php.net/manual/en/mysqlnd.install.php
According to it and with the help of Copilot AI i was trying to install PHP 8.2 from aaPanel app store with the following parameters - --with-mysql=mysqlnd \ --with-mysqli=mysqlnd \ --with-pdo-mysql=mysqlnd
I recievced error and i really dont know what to do.
Could someone help me install PHP 8.2 using MySQL native drivers?
Help will be highly appreciated.