101 Tip & Trik
Saturday, December 17, 2016
Sunday, April 24, 2016
Friday, April 15, 2016
Friday, January 8, 2016
Access denied for user 'root'@'localhost' (using password: YES)
#1045 - Access denied for user 'root'@'localhost' (using password: YES)
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
change :
$cfg['Servers'][$i]['auth_type'] = 'http';
to
$cfg['Servers'][$i]['auth_type'] = 'cookie';
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
change :
$cfg['Servers'][$i]['auth_type'] = 'http';
to
$cfg['Servers'][$i]['auth_type'] = 'cookie';
Tuesday, January 5, 2016
Reset Password Root phpmyadmin
- D:\xampp\apache\conf\extra\httpd-xampp.conf
- Change AllowOverride AuthConfig TO AllowOverride all
Alias /phpmyadmin "D:/xampp/xampp/phpMyAdmin/"
AllowOverride AuthConfig
#AllowOverride all
Order allow,deny
Allow from all
- Change in D:\xampp\phpMyAdmin\config.inc.php cookie to config
// $cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
Wednesday, December 30, 2015
Forbidden You don't have permission to access /phpmyadmin on this server.
Forbidden You don't have permission to access /phpmyadmin on this server.
If you have problem like that, change in folder of apache / in file httpd.conf
Change from :
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Become :
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from all
example :
If you have problem like that, change in folder of apache / in file httpd.conf
Change from :
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Become :
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from all
example :
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from all
Wednesday, November 25, 2015
Apa itu active directory?
Apa itu active directory?
Active Directory adalah aplikasi pengaturan user dan komputer yang terdaftar disuatu jaringan. Dimana user dan komputer dapat dibagi dalam grup, unit, departemen dan lainnya dalam obyek yang ada di dalam active directory
Active Directory adalah aplikasi pengaturan user dan komputer yang terdaftar disuatu jaringan. Dimana user dan komputer dapat dibagi dalam grup, unit, departemen dan lainnya dalam obyek yang ada di dalam active directory
Subscribe to:
Posts (Atom)