EasyPHP / phpMyAdmin
Solved
Hello,
The question may seem stupid but I'm a bit troubled. Indeed, as part of my internship, I need to manipulate a mySQL database. Easy, I tell myself, by installing easyPHP 2.1b in no time. Hop hop hop, software installed, I click on the button to access phpmyadmin and then... disaster strikes.
"Not Found
The requested URL /mysql/ was not found on this server."
I remember getting it to work before (with older versions of easyPHP, maybe?) but now, I must admit I'm a bit mystified. Does anyone have a clue?
The question may seem stupid but I'm a bit troubled. Indeed, as part of my internship, I need to manipulate a mySQL database. Easy, I tell myself, by installing easyPHP 2.1b in no time. Hop hop hop, software installed, I click on the button to access phpmyadmin and then... disaster strikes.
"Not Found
The requested URL /mysql/ was not found on this server."
I remember getting it to work before (with older versions of easyPHP, maybe?) but now, I must admit I'm a bit mystified. Does anyone have a clue?
Configuration: Windows Vista Firefox 2.0.0.14
9 answers
-
Go to the Apache configuration file (httpd.conf) and add:
Alias /mysql "${path}/phpmyadmin"
below the line
Alias /home/mysql "${path}/phpmyadmin"
This will add the missing alias related to the EasyPHP menu
And this way you will be able to launch PhpMyAdmin from the EasyPHP menu.-
Go to the Apache configuration file (httpd.conf) and add: Alias /mysql "${path}/phpmyadmin" under the line Alias /home/mysql "${path}/phpmyadmin"
Yeah, that's cool... for some time I had the same problem!
I added that line and it works again without even having to reinstall it
--
Krauoine
Counter Strike Source Switzerland
KILL 'EM ALL
Let GOD sort 'em out!
Kill them all
Let God sort them out -
-
-
-
-
-
Hello,
In version 2, the problem is a path issue!
http://127.0.0.1/home/
You can find all phpmyadmin ...
See you later! -
Hello,
I have a problem with EasyPHP 3.0; I can't access phpMyAdmin from the ADMINISTRATION page.
When I click on MySQL Administration, I get this message:
"Error:
MySQL responded: Documentation
#1045 - Access denied for user: 'root'@'localhost' (password: YES)
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. Please check the values of "host", "username", and "password" in your configuration and ensure they match the information provided by the MySQL server administrator."
Yet I have changed the password for "root" and I can also use my CMS (JOOMLA) to create my sites.
So I don't understand where the problem lies.
Thank you. -
I suggest you simply use version 1.8. It never worked on my computer with 2.0; I think Vista is not innocent in this...
-
Indeed, it seems that this is the only solution. Thank you for all this.
-
[quote]
I have a problem with easyphp 3.0; I can't access phpMyAdmin from the ADMINISTRATION page.
When I click on MySQL administration, I get this message:
" Error:
MySQL responded: Documentation
#1045 - Access denied for user: 'root'@'@localhost' (password: YES)
phpMyAdmin attempted to connect to the MySQL server, and the server rejected the connection. Please check the values of "host", "username", and "password" in your configuration and ensure they correspond to the information provided by the MySQL server administrator."
[/quote]
Hello,
I'm interested too, I have the same problem since I checked no password :?
Thanks.-
-
@AmarazakComplement:
Check your httpd.conf
<Directory "${path}/phpmyadmin">
Options FollowSymLinks Indexes
AllowOverride None
Order deny,allow
allow from 127.0.0.1
=> add "allow from ip.of.your.server"
-
-
Go to the task manager (ctrl+alt+delete)
then in processes check if there is another mysql running on your PC ^^
if so, right-click on the other mysql and end the process ^^ -
OK, stop EASYPHP lol, I recommend Wamp Server which is much more reliable than easyphp. ;)
-
Hello everyone, I would like to know what EasyPHP is exactly used for. Is it a language generator? Can I open it with Namo WebEditor, which I use to edit my web pages that are currently in HTML? Thank you in advance for your replies.