Results 1 to 3 of 3

Thread: MySQL password prob

  1. #1
    Panzer Division Marduk PanzerKnight's Avatar
    Join Date
    Jul 2003
    Location
    Surrey
    Posts
    555
    Thanks
    6
    Thanked
    0 times in 0 posts

    Unhappy MySQL password prob

    I set my mysql pass as follows

    C:\mysql\bin>mysqladmin -u root password ****

    then i tried this command

    C:\mysql\bin>mysql -p ping
    Enter password: ****
    ERROR 1045: Access denied for user: 'ODBC@localhost' (Using password: YES)

    have no idea whats up. Tried reinstalling mysql and resetting the pass to.

    If one of u guys can shed some light on it would be most appreciated, thanks!! Only just started using mysql, after a rather brief stint trying to learn orcale (waaay over me)

    Thank you!

  2. #2
    Goat Boy
    Join Date
    Jul 2003
    Location
    Alexandra Park, London
    Posts
    2,428
    Thanks
    0
    Thanked
    0 times in 0 posts
    Quote Originally Posted by PanzerKnight
    I set my mysql pass as follows

    C:\mysql\bin>mysqladmin -u root password ****

    then i tried this command

    C:\mysql\bin>mysql -p ping
    Enter password: ****
    ERROR 1045: Access denied for user: 'ODBC@localhost' (Using password: YES)

    have no idea whats up. Tried reinstalling mysql and resetting the pass to.

    If one of u guys can shed some light on it would be most appreciated, thanks!! Only just started using mysql, after a rather brief stint trying to learn orcale (waaay over me)

    Thank you!
    You need to set the user you are connecting as - on windows it defaults to ODBC.

    So start mysql with
    Code:
    mysql -uroot -p ping
    "All our beliefs are being challenged now, and rightfully so, they're stupid." - Bill Hicks

  3. #3
    Panzer Division Marduk PanzerKnight's Avatar
    Join Date
    Jul 2003
    Location
    Surrey
    Posts
    555
    Thanks
    6
    Thanked
    0 times in 0 posts
    ah ha!!!
    thanks matey

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. MySQL
    By XA04 in forum Software
    Replies: 48
    Last Post: 19-08-2004, 11:53 AM
  2. Another MySQL Help Thread
    By r1zeek in forum Software
    Replies: 2
    Last Post: 11-07-2004, 07:32 PM
  3. Newbie questions about phpBB and MySQL
    By Allen in forum Networking and Broadband
    Replies: 6
    Last Post: 24-04-2004, 06:53 PM
  4. asus 9600xt 128mb voltage prob??
    By cm_uk in forum Graphics Cards
    Replies: 1
    Last Post: 03-04-2004, 11:07 AM

Posting Permissions

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