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
Weblogic Server 1036 Installation
Files · wls1036_generic.jar Installation 1. Open a command prompt and change directory to where wls1036_generic.jar r...
Change XAMPP phpmyadmin port
Navigate to \xampp\apache\conf Open up httpd.conf Modify Listen 80 to the desired port
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...
How to Run Spring MVC in Weblogic server
What you need to have 1. Eclipse IDE with Spring Tool Suite Installed 2. Spring MVC Project 3. weblogic.xml 4. Running Weblogic se...
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...
JDeveloper 11.1.1.7 Installation Guide
JDeveloper Installation Files · jdevstudio11117install.jar · oracle.webcenter.framework_bundle_2.zip · ...
How to include resources files in JSP Spring MVC
Configure the root resource folder in your dispatcher class (default servlet-context.xml) < resources mapping = "/resou...
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...
What is Oracle ADF?
What is Oracle ADF? Oracle ADF provides a commercial Java framework for building enterprise applications. It provides visual and declar...