Results 1 to 9 of 9

Thread: mysql pass not working

  1. #1
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default mysql pass not working

    i recently installed MySQL 5.0 to my comp.
    when i try running queries in dos, it asks me for the pass (as always)
    I enter "root" which is the default password (like it's always been). but when I try it, it gives me a beep noise, and the dos window shuts down.

    what could be wrong? i didn't specify any specific passwrod in the installation process.

    -Josh
    - Josh

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Well, are you sure that root is your password? Try not entering anything.
    -Nile
    Jeremy | jfein.net

  3. #3
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Usually by default, the root password is blank (no password), and unless you changed it during the install, that is what it will be. If you do not remember if you changed it during the install, simply uninstall and reinstall.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  4. #4
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    hi, i got it taken care of, thanks--but now i have a BIGGER problem. i need to reconfigure php with mysql support...i downloaded php and installed it, but when i tried running any mysql functions, it gives me a fatal error. any help with this?

    -Josh
    - Josh

  5. #5
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    I just suggest downloading WAMP, its very easy to use and customize your codes.
    I hope this helps.
    Jeremy | jfein.net

  6. #6
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    Thanks, but now that i;ve done all of the work installing mysql, php, and apache, I really don't want to use anything else
    - Josh

  7. #7
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    WAMP is very easy to install, it stands for:
    Windows Apeche MySQL PHP
    You can uninstall everything before, and start new and fresh.
    Jeremy | jfein.net

  8. #8
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Either way, the OP already has all of the services installed. All a WAMP package does is make the install easier (or harder sometimes). In any case, check your php.ini file and make sure that the MySQL extension is enabled. If it is, you should be able to do a phpinfo() and see that MySQL is enabled. If it isn't, you may need to move the libmysql.dll files (I think that's the file name) over to the system32 folder.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  9. #9
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    I downloaded WAMP and uninstalled the old system I made and it worked great! thanks!
    - Josh

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
  •