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...
Enable XAMPP phpmyadmin login page
1. Navigate to \xampp\phpmyadmin 2. Open up config.inc.php 3. Modify $cfg['Servers'][$i]['auth_type'] = 'config'; ...
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...
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...
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...
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...
Change XAMPP phpmyadmin port
Navigate to \xampp\apache\conf Open up httpd.conf Modify Listen 80 to the desired port
Weblogic Server 1036 Installation
Files · wls1036_generic.jar Installation 1. Open a command prompt and change directory to where wls1036_generic.jar r...
ADF Business Component
ADF Business Component ADF Business Component is a Java and XML based framework for developing: · Business logic, includi...