MySQL Newbie Help

Discussion in 'MySQL' started by lv211, Feb 11, 2007.

  1. #1
    I'm trying to install mysql on my computer as written in the book PHP and MySQL Web Developmernt.

    I'm having problems getting at the mysql prompt. I've set the path in the environment variable tab (I'm using Windows) so that it looks something like this: c:\program files\mysql\mysql server 5.0\bin

    When I type in mysql in the command prompt I get:
    ERROR 1405 Access Denied for user 'ODBC'@'localhost' using password<no>
     
    lv211, Feb 11, 2007 IP
  2. marty

    marty Peon

    Messages:
    154
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hello,

    It looks like your path is fine. It seems to want a password.

    I just tried running my local MySQL server the way you did (command line) and it just died.

    I was able to start the command line by going to:

    start->programs->MySQL->MySQL Server 4.1->MySQL Command Line Client

    I hope that helps...

    Marty
     
    marty, Feb 11, 2007 IP
  3. goldensea80

    goldensea80 Well-Known Member

    Messages:
    422
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    128
    #3
    Download easyphp at easyphp.org and install it in few step. It includes PHP, mySQL, Apache and phpmyadmin. Almost everything you need to start,
     
    goldensea80, Feb 12, 2007 IP