[solved]XAMPP phpmyadmin Page not found

Problems with the Windows version of XAMPP, questions, comments, and anything related.

[solved]XAMPP phpmyadmin Page not found

Postby pyram » 13. May 2012 01:36

Hi, im using XAMPP 1.7.7.
I just installed Xampp.
If press 'admin...' for mysql in xampp control panel, it goes to a 'page cannot be found'. This is a fresh install.

What can i do?

Thanks.
pyram
 
Posts: 7
Joined: 13. May 2012 01:32
Operating System: Windows XP Service Pack 3

Re: XAMPP phpmyadmin Page not found

Postby pyram » 13. May 2012 03:55

I have tried this:
http://127.0.0.1/phpmyadmin
But still is: The page cannot be found

Also i have tried this:
Sharley wrote:Try using the \xampp\xampp-control-3-beta.exe control panel as it has a better reporting window and for the latest version of this control panel click on the link in my signature.
Download and extract all files into the xampp installation folder and overwrite when asked then use this newer version instead.

Also open the \xampp\mysql\bin\my.ini file in your text editor and remove the # from this line so it looks like this
Code: Select all
bind-address="127.0.0.1"
Save the file and restart MySQL so it reads the edit in the my.ini file.

Open C:\Windows\system32\drivers\etc\HOSTS file by dragging it into an open text editor and make sure the first line after the beginning comments looks like this
Code: Select all
127.0.0.1 localhost
If not then add it then save the file and try again.

Also a reboot won't hurt to clean things up.


But the problem remains.

What can i do?
pyram
 
Posts: 7
Joined: 13. May 2012 01:32
Operating System: Windows XP Service Pack 3

Re: XAMPP phpmyadmin Page not found

Postby hackattack142 » 13. May 2012 05:15

1. You should use the new Control Panel v3 if you are not already (xampp-control-3-beta.exe) and post the output of the log window when you start it up
2. I am assuming you have both Apache and MySQL running
3. Make sure you do not have something else listening on Port 80
XAMPP Control Panel Developer
Latest CP: viewtopic.php?f=16&t=48932
hackattack142
 
Posts: 701
Joined: 20. May 2011 23:29
Operating System: Windows 7 Ultimate SP1 64-Bit

Re: XAMPP phpmyadmin Page not found

Postby pyram » 13. May 2012 07:37

hackattack142 wrote:1. You should use the new Control Panel v3 if you are not already (xampp-control-3-beta.exe) and post the output of the log window when you start it up
2. I am assuming you have both Apache and MySQL running
3. Make sure you do not have something else listening on Port 80


Im using the Control Panel v3.0.11.
This is the log:

Code: Select all
1:32:20 AM  [main]    Initializing Control Panel
1:32:20 AM  [main]    Windows Version: Windows XP SP3 32-bit
1:32:20 AM  [main]    XAMPP Version: 1.7.7
1:32:20 AM  [main]    Control Panel Version: 3.0.11 [ Compiled: December 7th 2011 ]
1:32:20 AM  [main]    Running with Administrator rights - good!
1:32:20 AM  [main]    XAMPP Installation Directory: "e:\xampp\"
1:32:20 AM  [main]    Initializing Modules
1:32:20 AM  [apache]    Possible problem detected!
1:32:20 AM  [apache]    Port 80 in use by "inetinfo.exe"!
1:32:20 AM  [apache]    Possible problem detected!
1:32:20 AM  [apache]    Port 443 in use by "inetinfo.exe"!
1:32:20 AM  [mysql]    XAMPP MySQL Service is already running on port 3306
1:32:20 AM  [filezilla]    Possible problem detected!
1:32:20 AM  [filezilla]    Port 21 in use by "inetinfo.exe"!
1:32:20 AM  [mercury]    Possible problem detected!
1:32:20 AM  [mercury]    Port 25 in use by "inetinfo.exe"!
1:32:20 AM  [tomcat]    Possible problem detected!
1:32:20 AM  [tomcat]    Port 8080 in use by "reportingservicesservice.exe"!
1:32:20 AM  [main]    Starting Check-Timer
1:32:20 AM  [main]    Control Panel Ready


I have Apache and mysql running, yes.
As the log displays, inetinfo.exe is at port 80.

But can i leave the port 80 there and put the new services into another port?
Or, which is the best aproach to this?
pyram
 
Posts: 7
Joined: 13. May 2012 01:32
Operating System: Windows XP Service Pack 3

Re: XAMPP phpmyadmin Page not found

Postby Altrea » 13. May 2012 08:09

Hi pyram,

If you are using an IIS and MSSQL Service on your computer, why don't you use them instead of XAMPP?
It is not very comfortable to use a webserver stack with all changed defaukt ports, but sure it is possible.

best wishes,
Altrea
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: XAMPP phpmyadmin Page not found

Postby pyram » 13. May 2012 09:07

Altrea wrote:Hi pyram,

If you are using an IIS and MSSQL Service on your computer, why don't you use them instead of XAMPP?
It is not very comfortable to use a webserver stack with all changed defaukt ports, but sure it is possible.

best wishes,
Altrea


Well, i dont want to use IIS with PHP. I just want to use another webserver other than IIS for my php websites.
That's why i did a clean install of XAMPP.

How can i solve this?
pyram
 
Posts: 7
Joined: 13. May 2012 01:32
Operating System: Windows XP Service Pack 3

Re: XAMPP phpmyadmin Page not found

Postby Altrea » 13. May 2012 13:57

pyram wrote:Well, i dont want to use IIS with PHP.

Why not? Nowadays IIS is stable with PHP. This wasn't the case in former times.
But okay, it's your computer.

You need to change the
  • Apache HTTP Port 80 at two places in \xampp\apache\conf\httpd.conf
  • Apache HTTPS/SSL Port 443 at three places in \xampp\apache\conf\extra\httpd-ssl.conf

After that (re)start Apache and try if you can access http://localhost:

best wishes,
Altrea
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: XAMPP phpmyadmin Page not found

Postby pyram » 13. May 2012 18:34

Altrea wrote:
pyram wrote:Well, i dont want to use IIS with PHP.

Why not? Nowadays IIS is stable with PHP. This wasn't the case in former times.
But okay, it's your computer.

You need to change the
  • Apache HTTP Port 80 at two places in \xampp\apache\conf\httpd.conf
  • Apache HTTPS/SSL Port 443 at three places in \xampp\apache\conf\extra\httpd-ssl.conf

After that (re)start Apache and try if you can access http://localhost:

best wishes,
Altrea


Well initially i was going to use IIS. But after an advice, i decided to use Apache.

I did the changes.
Im loading phpmyadmin like: http://localhost:81/phpmyadmin/ and is loading correctyl now. Thanks.

Now, If i go to control panel and click on admin for mysql, it still goes to the old: http://localhost/phpmyadmin/. Do you know where can i change that url so it goes to the new one now?
pyram
 
Posts: 7
Joined: 13. May 2012 01:32
Operating System: Windows XP Service Pack 3

Re: XAMPP phpmyadmin Page not found

Postby Altrea » 13. May 2012 19:51

pyram wrote:Well initially i was going to use IIS. But after an advice, i decided to use Apache.

Do you still use IIS for other scripting languages?
If not, then maybe you want to uninstall IIS and switch completely to Apache?

pyram wrote:Now, If i go to control panel and click on admin for mysql, it still goes to the old: http://localhost/phpmyadmin/. Do you know where can i change that url so it goes to the new one now?

If you are using the default control panel, you can't change it. It is hardcoded.
If you are using the new control panel, you can define the new port in the configuration, but only in the current versions

best wishes,
Altrea
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: XAMPP phpmyadmin Page not found

Postby pyram » 13. May 2012 20:34

Altrea wrote:
pyram wrote:Well initially i was going to use IIS. But after an advice, i decided to use Apache.

Do you still use IIS for other scripting languages?
If not, then maybe you want to uninstall IIS and switch completely to Apache?

pyram wrote:Now, If i go to control panel and click on admin for mysql, it still goes to the old: http://localhost/phpmyadmin/. Do you know where can i change that url so it goes to the new one now?

If you are using the default control panel, you can't change it. It is hardcoded.
If you are using the new control panel, you can define the new port in the configuration, but only in the current versions.

best wishes,
Altrea


I still use IIS for ASP.

Im using Control Panel version 3.0.11. I believe it's the newest.
Where in the configuration should i change the port?
pyram
 
Posts: 7
Joined: 13. May 2012 01:32
Operating System: Windows XP Service Pack 3

Re: XAMPP phpmyadmin Page not found

Postby Altrea » 13. May 2012 20:40

pyram wrote:Where in the configuration should i change the port?

Well, maybe in "Config -> Service and Port Settings"?
Just a guess :lol:
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: XAMPP phpmyadmin Page not found

Postby pyram » 13. May 2012 20:52

Altrea wrote:
pyram wrote:Where in the configuration should i change the port?

Well, maybe in "Config -> Service and Port Settings"?
Just a guess :lol:


Ok.
Everything good now.
Many thanks!
pyram
 
Posts: 7
Joined: 13. May 2012 01:32
Operating System: Windows XP Service Pack 3

Re: [solved]XAMPP phpmyadmin Page not found

Postby Altrea » 13. May 2012 21:59

You're welcome.
I've marked your thread as solved.

best wishes,
Altrea
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 125 guests