Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
227 views
in Technique[技术] by (71.8m points)

mysql - This localhost page can’t be found :Phpmyadmin

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?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

The problem may be related with Your Localhost Port. rather than typing http://localhost/phpmyadmin type like 'http://localhost:PortNumber/phpmyadmin'. check Your port Number at 'httpd.conf' file. these are the basic

  1. Listen 'Your Port number like 80 or else
  2. ServerName localhost:'Your Port number like 80 or else

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...