+ Reply to Thread
Page 1 of 2 1 2 Last
Results 1 to 10 of 13

Thread: mysql problems

Hybrid View

  1. #1
      Member pinehead
    Join Date
    May 2001
    Posts
    174

    mysql problems

    I just got a new dedicated server. However, mysql root seems to already have a password and i have no idea what it is. It is running redhat and what not. Can i just re-install mysql? just by getting the rpm and intalling it or do i have to remove something or what?

    Thank you for your help
    Anthony


  2. #2
      Mentor shebang shebang's Avatar
    Join Date
    Jan 2004
    Posts
    1,009

    Re:mysql problems

    [quote author=pinehead link=board=1;threadid=9563;start=0#msg87066 date=1090690156]
    I just got a new dedicated server. However, mysql root seems to already have a password and i have no idea what it is. It is running redhat and what not. Can i just re-install mysql? just by getting the rpm and intalling it or do i have to remove something or what?

    Thank you for your help
    Anthony


    [/quote]

    Based on your question, you seem to on a rpm based distro. So i’d suggesting "erasing" the mysql rpm and re-installing a new one (preferably from src)..

    rpm -e *.rpm (should work, IIRC [i’m not sure])

    then:

    rpm -Uvh *.rpm for installing a new one ..

  3. #3
      Member pinehead
    Join Date
    May 2001
    Posts
    174

    Re:mysql problems

    only question is, how do i find out what the name of the rpm file is?

  4. #4
      Good Guru trickster trickster's Avatar
    Join Date
    Mar 2002
    Posts
    4,147

    Re:mysql problems

    No need to reinstall. You can always reset the password.

    http://www.google.com/search?hl=en&i…=Google+Search

  5. #5
      Mentor shebang shebang's Avatar
    Join Date
    Jan 2004
    Posts
    1,009

    Re:mysql problems

    [quote author=trickster link=board=1;threadid=9563;start=0#msg87073 date=1090699369]
    No need to reinstall. You can always reset the password.

    http://www.google.com/search?hl=en&i…=Google+Search
    [/quote]

    Thanks!

    [me=Shebang]is silly.. Never thought about googe’ing .. [/me]


  6. #6
      Mentor countach44
    Join Date
    Dec 2003
    Posts
    1,613

    Re:mysql problems

    I’ve had to do that before, it was one of those things where you forget one number in the password

  7. #7
      Member pinehead
    Join Date
    May 2001
    Posts
    174

    Re:mysql problems

    Only prblem is i dont’ have like the my file and what not. What does taht mean?

  8. #8
      Member pinehead
    Join Date
    May 2001
    Posts
    174

    Re:mysql problems

    It says mysqld is running, yet half the files such as mysql_safe wont work and what not as well.

    Any ideas? I try to kill the pid. Yet, it says not pid running.


  9. #9
      Good Guru trickster trickster's Avatar
    Join Date
    Mar 2002
    Posts
    4,147

    Re:mysql problems

    [quote author=pinehead link=board=1;threadid=9563;start=0#msg87082 date=1090707091]
    Only prblem is i dont’ have like the my file and what not. What does taht mean?
    [/quote]
    What my file?

    Try to follow this tutorial:

    http://www.megalinux.net/archives/000183.html




  10. #10
      Mentor countach44
    Join Date
    Dec 2003
    Posts
    1,613

    Re:mysql problems

    try
    Code:
    killall mysqld
    and
    Code:
    killall safe_mysqld

+ Reply to Thread

Similar Threads

  1. Problems connecting to MySQL
    By tech291083 in forum Redhat / Fedora
    Replies: 5
    Last Post: 05-12-2009, 08:32 PM
  2. MySQL worm for Windows halted
    By genesis in forum Windows – General Topics
    Replies: 0
    Last Post: 01-28-2005, 10:53 PM
  3. Fixing 95/98 Networking problems
    By regix in forum Windows – General Topics
    Replies: 0
    Last Post: 01-01-2005, 02:35 AM
  4. Solaris mysql config problems
    By coltrane in forum BSD
    Replies: 0
    Last Post: 09-19-2002, 05:07 PM
  5. mysql installation instructions & permissions
    By elovkoff in forum Linux – Hardware, Networking & Security
    Replies: 2
    Last Post: 02-06-2002, 11:51 AM

Bookmarks

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