after resolving the issue of Apache and Mysql, suddenly I am facing the issue as Localhost not found.
No webpage was found for the web address: http://localhost/phpmyadmin
Issue I have resolved for MYSQL is :
# The following options will be passed to all MySQL clients
[client]
# password = your_password
#port = 3306
port =8111
socket = "C:/xampp/mysql/mysql.sock"
Here follows entries for some specific programs
# The MySQL server
[mysqld]
#port= 3306
port = 8111
socket = "C:/xampp/mysql/mysql.sock"
basedir = "C:/xampp/mysql"
tmpdir = "C:/xampp/tmp"
datadir = "C:/xampp/mysql/data"
I have port to 8111 in both the cases as this was the only option which helped me out while running MYSQL.
Any help?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…