Results 1 to 3 of 3

Thread: More problems with MySql!!

  1. #1
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default More problems with MySql!!

    Okay. I stopped trying to get a database working for about a month now, and only recently I've been trying to do it again. It will not let me log in!!

    This is what I type into my command line (running on windows):

    Code:
    C:\Program Files\MySql\MySql Server 5.0\bin\mysqld
    C:\Program Files\MySql\MySql Server 5.0\bin\mysql -h localhost -u **** -p
    then it asks me for my password, so I type it in.
    Then, poof! "Access is denied for user '...'

    SOMEONE HELP!

    Sorry about that
    - Mike

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    If you are working in Windows platform, why don't you try XAMPP.

    I've been using it for sometime found very user-friendly. The main point is to start the Apache and MySQL you don't have to issue commands rather you can press two button and that'll start them.

    XAMPP has PHPMyAdmin using which you can handle your database(s) in a better manner.

  3. #3
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Thanks. I'll try to get it to work.
    - Mike

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •