NDRY93'S BLOG
Transfer Knowledge
Contributors
Hendry Yuwono
Hendry
Nicholas
Unknown
Home
Spring
Android
Javascript
MAF
ADF
Install
Database
SQL
Wordpress
Enable XAMPP phpmyadmin login page
3:35 AM
Hendry
0 Comments
1. Navigate to \xampp\phpmyadmin
2. Open up config.inc.php
3. Modify
$cfg['Servers'][$i]['auth_type'] = 'config';
to
$cfg['Servers'][$i]['auth_type'] = 'cookie';
Share this post:
Newer Post
Home
Older Post
ALL POSTS
▼
2016
(11)
►
June
(1)
▼
March
(7)
Laravel Installation on Windows 7 XAMPP
Make XAMPP phpmyadmin be accessible from other net...
Secure XAMPP phpmyadmin access
Enable XAMPP phpmyadmin login page
Change XAMPP phpmyadmin port
Weblogic Server 1036 Installation
JDeveloper 11.1.1.7 Installation Guide
►
February
(3)
►
2015
(9)
►
December
(1)
►
November
(1)
►
October
(2)
►
September
(3)
►
July
(2)
Popular Posts
XHR Listener
// Add jquery here (function() { var proxied = window.XMLHttpRequest.prototype.send; window.XMLHttpRequest.prototype.send = funct...
Change XAMPP phpmyadmin port
Navigate to \xampp\apache\conf Open up httpd.conf Modify Listen 80 to the desired port
JDeveloper 11.1.1.7 Installation Guide
JDeveloper Installation Files · jdevstudio11117install.jar · oracle.webcenter.framework_bundle_2.zip · ...
How to make Wordpress Divi Theme 404 page Full Width
Add the code below to your Child theme's functions.php function my_body_class($classes) { $classes[] = ''; // if(is...
What is Oracle ADF?
What is Oracle ADF? Oracle ADF provides a commercial Java framework for building enterprise applications. It provides visual and declar...
Make XAMPP phpmyadmin be accessible from other network
1. Make sure phpmyadmin is not running on port 80 ( Change phpmyadmin port ) 2. Navigate to \xampp\apache\conf 2. Open up httpd-xampp.co...
Enable XAMPP phpmyadmin login page
1. Navigate to \xampp\phpmyadmin 2. Open up config.inc.php 3. Modify $cfg['Servers'][$i]['auth_type'] = 'config'; ...
Spring MVC highlevel design for better performance and user experience
This post is intended to discuss on enhancing Spring MVC so that it has better performance, and better user experience. How to maximize pe...
Asynchronous call with AngularJs and Spring
UI first, content later! This tutorial is intended to demonstrate an asynchronous call using AngularJs and Spring MVC project. In o...
RCU 11.1.1.7 Installation Guide
1. Navigate to rcuHome/BIN/rcu.bat (*preferable open the .bat using cmd with administrator role) 2. Select Create in the Cre...