EasyPHP / phpMyAdmin

Solved
Buchaman -  
 waes_info -
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?
Configuration: Windows Vista Firefox 2.0.0.14

9 answers

  1. un.seul.ensemble
     
    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.
    15
    1. Krauoine Posted messages 315 Registration date   Status Member Last intervention   19
       
      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
      0
    2. 666
       
      no, it doesn't work
      0
    3. karim
       
      I couldn't find the line in the httpd.
      0
    4. Stage
       
      I tried, I’m also doing an internship, but it’s not working for now...
      0
    5. Stage
       
      Even by copying and pasting the line without the small space or even with it, it doesn't work.
      0
  2. jeanmed
     
    Hello,

    In version 2, the problem is a path issue!

    http://127.0.0.1/home/

    You can find all phpmyadmin ...

    See you later!
    12
  3. stefcomsoft Posted messages 1 Status Member 6
     
    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.
    6
    1. doda
       
      I've got the same problem, what should we do?
      0
  4. mouè Posted messages 32 Status Member
     
    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...
    0
  5. Buchaman
     
    Indeed, it seems that this is the only solution. Thank you for all this.
    0
  6. juanpa
     
    [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.
    0
    1. Amarazak
       
      Try left frame "Open a new phpMyAdmin window"
      Check the file \phpMyAdmin\config.inc.php

      Good luck
      0
      1. Amarazak > Amarazak
         
        Complement:
        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"
        0
  7. redoine
     
    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 ^^
    0
  8. alexkidd
     
    OK, stop EASYPHP lol, I recommend Wamp Server which is much more reliable than easyphp. ;)
    -2
  9. jumpao Posted messages 12 Status Member
     

    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.

    -6
    1. M@N94
       
      EasyPHP is a kind of emulator that allows the execution of PHP and MySQL.
      0