Posted inLibrary How to change the server time zone in WHM Posted by By imran November 23, 2023 You can browse to "WHM >> MultiPHP INI Editor" and use the "Editor Mode" tab…
Posted inLibrary How to Change the Database Timezone on phpMyAdmin Posted by By imran November 23, 2023 You can easily set the time zone of your database session by using an SQL…
Posted inLibrary The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Find out why.Or alternately go to ‘Operations’ tab of any database to set it up there. Posted by By imran November 22, 2023 The phpMyAdmin configuration storage is not completely configured grant all permission to pma user then…
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…
Posted inSoftware Development Boost Your Productivity: 10 Essential VS Code Shortcuts for Web Developers Posted by By imran November 21, 2023 Introduction: Streamlining your coding workflow is essential for productivity, and mastering keyboard shortcuts in Visual…
Posted inSoftware Development Essential JavaScript Array Methods: A Comprehensive Guide for Web Developers Posted by By imran November 19, 2023 Introduction: Navigating through JavaScript array methods can be a daunting task for beginners. This comprehensive…
Posted inSoftware Development Choosing the Right Kubernetes Monitoring Tools for Effective DevOps Posted by By imran November 17, 2023 Introduction: Monitoring in the dynamic world of DevOps can be complex, but it's essential for…