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...
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...
Secure XAMPP phpmyadmin access
1. Navigate to \xampp\phpmyadmin 2. Open up config.inc.php 3. Append the configuration below 4. Modify either deny or allow /* ...
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...
Change XAMPP phpmyadmin port
Navigate to \xampp\apache\conf Open up httpd.conf Modify Listen 80 to the desired port
What is Oracle ADF?
What is Oracle ADF? Oracle ADF provides a commercial Java framework for building enterprise applications. It provides visual and declar...
Enable XAMPP phpmyadmin login page
1. Navigate to \xampp\phpmyadmin 2. Open up config.inc.php 3. Modify $cfg['Servers'][$i]['auth_type'] = 'config'; ...
JDeveloper 11.1.1.7 Installation Guide
JDeveloper Installation Files · jdevstudio11117install.jar · oracle.webcenter.framework_bundle_2.zip · ...
How to create Spring MVC Project in Eclipse
What you need to have 1. Eclipse IDE JEE 2. Spring Tool Suite 3. Apache Tomcat Apache Tomcat Installation 1. ...
Laravel Installation on Windows 7 XAMPP
https://laravel.com/ 1. Composer Installation Pre-requisites 1. XAMPP Download Composer Setup https://getcomposer.org/Comp...