Posted inLibrary set root password in phpmyadmin Posted by By imran November 22, 2023 xampp/phpmyadmin/config.inc.php $cfg['Servers'][$i]['user'] = 'root';$cfg['Servers'][$i]['password'] = '123456';
Posted inLibrary MySql 8 | MySql 8.1 | MySql 8.2 why fields type of int have no length Posted by By imran November 22, 2023 I upgrade the MySQL from 5.7 or 5.4 to MySQL 8 and imported all old…
Posted inLibrary Upgrade MySQL 8 in XAMPP from MySQL 5.7 or 5.4 Posted by By imran November 22, 2023 The latest version of XAMPP contains MariaDB instead of MySQL. But MariaDB is not 100% compatible with MySQL and can be replaced…
Posted inLibrary phpMyAdmin ERROR: mysqli_real_connect(): (HY000/1045): Access denied for user ‘pma’@’localhost’ (using password: NO) Posted by By imran November 22, 2023 In a previous article, I explained how to change MariaDB with MySQL 8 in a local…