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
Laravel 9 Comment System Example Tutorial
https://www.nicesnippets.com/blog/laravel-9-comment-system-example-tutorial
Why Use /etc/nginx/sites-available and /etc/nginx/sites-enabled?
Organization : Keeping each site's configuration in separate files makes the server easier to manage, especially when hosting multiple...
Why You Should (Probably) Use Laravel to Build Your SaaS
On one end of the spectrum, you have your no-code dogmatics. On the other end, you have your fancy tech stack enthusiasts. In the middle a...
No comments:
Post a Comment