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)
Laravel API Integration Best Practices for Clean and Maintainable Code
Vuetify — Color and Date Pickers
Vuetify is a popular UI framework for Vue apps. In this article, we’ll look at how to work with the Vuetify framework. Color Picker Inputs W...
Algorithms Behind JavaScript Array Methods
concat() join() fill() includes() indexOf() reverse() sort() splice() at() copyWithin() flat() Array.from() findLastIndex() forEach() every(...
Good vs. great Programmer
How to Answer Technical Questions Like a Pro Answering technical interview questions is all about showing off your problem-solving skills an...
No comments:
Post a Comment