AMPPS Configuration
MySQL config
[client]
password = mysql
port = 3306
socket = "D:/Ampps/mysql/mysql.sock"
[mysql]
default-character-set=utf8
[mysqld]
port=3306
# add here this
#----------------------------------------------------------------------
character-set-server = utf8
collation-server = utf8_general_ci
#-------------------------------------------------------------------------------------------------------------
phpMyAdmin password
in d:\Ampps\phpMyAdmin\config.inc.php
Set the configuration auth_type to "http" or "cookie"
---------------------------------------
MySQL server login: root
To secure MySQL, change your password to anything other than Empty Password or
"mysql"(Default)
----------------------------------------