Mehedi Hasan's BLog
Sunday, September 6, 2020
Phpmyadmin localhost cant access issue solved
in apache2 config file
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['username'] = 'root';
$cfg['Servers'][$i]['password'] = '';
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
PostgreSQL (postgre) Setup on macOS 12 (MacBook Pro 2016) Without Homebrew setup process
PostgreSQL (postgre) Setup on macOS 12 (MacBook Pro 2016) Without Homebrew setup process
✅ Step-by-Step: Install PostgreSQL via EDB Installer (No Brew) 🔗 1. Download the Installer Go to the official PostgreSQL download page:...
Laravel: Comment System Tutorial from Scratch
A Comment system is a primary requirement for blog website or any tutorial website. in this post i want to share with you how to create co...
Build Secure PHP REST API in Laravel 8 with Sanctum Auth
https://www.positronx.io/build-secure-php-rest-api-in-laravel-with-sanctum-auth/
No comments:
Post a Comment