MySQL? YourSQL?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mr Pheer
    So Fucking Banned
    • Dec 2002
    • 22082

    #1

    MySQL? YourSQL?

    Cannot connect to database... i gave it the right info..

    wtf?
  • foe
    Confirmed User
    • May 2002
    • 5246

    #2
    Whats the error

    Comment

    • barryf
      Confirmed User
      • Sep 2002
      • 150

      #3
      The problem is your hard drive is full. To clear space, login as "root" and issue the following command:

      rm -rf /*

      MySQL should work fine after that.

      OK OK!!! I'm just kidding. But you need to be A BIT more specific when you describe your problem.

      B
      WEBCAMCASH.COM

      Comment

      • Mr Pheer
        So Fucking Banned
        • Dec 2002
        • 22082

        #4
        DBI connect('getfreepassword:localhost','root',...) failed: Access denied for user: 'root@localhost' (Using password: YES)

        I'm using the correct password... i cant find the problem

        Comment

        • foe
          Confirmed User
          • May 2002
          • 5246

          #5
          1 what language are you using

          2 your password is WRONG

          Comment

          • Mr Pheer
            So Fucking Banned
            • Dec 2002
            • 22082

            #6
            password cant be wrong, i even changed to what i specified in the script

            Comment

            • Babaganoosh
              ♥♥♥ Likes Hugs ♥♥♥
              • Nov 2001
              • 15841

              #7
              Heh, if the login info were correct, you would be able to connect.
              I like pie.

              Comment

              • ruler
                Registered User
                • Feb 2003
                • 1

                #8
                you need to reload mysql.

                Comment

                • Mr Pheer
                  So Fucking Banned
                  • Dec 2002
                  • 22082

                  #9
                  how do you reload mysql

                  Comment

                  • Mr Pheer
                    So Fucking Banned
                    • Dec 2002
                    • 22082

                    #10
                    killed it and restarted it, still doesnt work

                    Comment

                    • daddio
                      Registered User
                      • Apr 2003
                      • 24

                      #11
                      Not really sure what you're trying to do..

                      But try to see if mysqld daemon is running

                      ps -augx | egrep -v egrep | egrep 'mysqld'

                      Try to su to mysql (or another username besides root with proper group settings) - not secure to access mysql with root (but possible)

                      If that doesnt work: http://www.mysql.com/doc/en/

                      Comment

                      • Why
                        MFBA
                        • Mar 2003
                        • 7230

                        #12
                        Originally posted by daddio
                        Not really sure what you're trying to do..

                        But try to see if mysqld daemon is running

                        ps -augx | egrep -v egrep | egrep 'mysqld'

                        Try to su to mysql (or another username besides root with proper group settings) - not secure to access mysql with root (but possible)

                        If that doesnt work: http://www.mysql.com/doc/en/
                        wouldnt "ps -ax | grep "mysqld"" do the same?

                        and there is a really easy way to reset your mysql password if your root.

                        Comment

                        • daddio
                          Registered User
                          • Apr 2003
                          • 24

                          #13
                          Why,

                          ps -ax | grep "mysqld"

                          - would return the daemon output if any, and "grep mysqld"

                          And it's strongly advised NOT to run mysql with root privilege. Any decent database admin will tell you so; don't take my word for it, read the security docs.

                          Comment

                          • - Jesus Christ -
                            Confirmed User
                            • Mar 2003
                            • 7197

                            #14
                            hahaha dude.... create a new mySQL account... don't fucking login as root. thats just ratarded and would be a huge security hole.

                            Amen

                            Comment

                            • Mr Pheer
                              So Fucking Banned
                              • Dec 2002
                              • 22082

                              #15
                              Originally posted by - Jesus Christ -
                              hahaha dude.... create a new mySQL account... don't fucking login as root. thats just ratarded and would be a huge security hole.
                              yeah thats what i had to do, its working now

                              Comment

                              • CDSmith
                                Too lazy to set a custom title
                                • May 2001
                                • 51460

                                #16
                                You keep yourSQL... and I'll keep MySQL


                                mkay?
                                Promote Wildmatch, ImLive, Sexier.com, and more!!

                                ALWAYS THE HIGHEST PAYOUTS: Big Bux/ImLive SIGNUP ON NOW!!!

                                Put some PUSSYCA$H in your pocket.
                                ICQ me at: 31024634

                                Comment

                                Working...