How to edit a database with PHPMyAdmin?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Emil
    Confirmed User
    • Feb 2007
    • 5658

    #1

    How to edit a database with PHPMyAdmin?

    Is it possible to change the data stored in a database-table with PHPMyAdmin?

    If so, how?
    Free 🅑🅘🅣🅒🅞🅘🅝🅢 Every Hour (Yes, really. Free ₿itCoins.)
    (Signup with ONLY your Email and Password. You can also refer people and get even more.)
  • FeedAM
    Registered User
    • Apr 2007
    • 64

    #2
    Yes. What are you trying to edit? Rename table fields? Change field properties? You can do just about anything in PHPMyAdmin.
    Swingers Lifestyle Personals

    Comment

    • Emil
      Confirmed User
      • Feb 2007
      • 5658

      #3
      i moved my db into another and changed the db-prefix, and i changed db prefix in wp-config.php, and now i'm getting:

      "You do not have sufficient permissions to access this page."


      Some guy said: "Be sure to also check in the options table. There should be cell that says table_prefix_user_roles underneath the column option_name which uses the table prefix."

      So I want to change it, but I don't know how to do it..
      Free 🅑🅘🅣🅒🅞🅘🅝🅢 Every Hour (Yes, really. Free ₿itCoins.)
      (Signup with ONLY your Email and Password. You can also refer people and get even more.)

      Comment

      • Emil
        Confirmed User
        • Feb 2007
        • 5658

        #4
        bump***

        123
        Free 🅑🅘🅣🅒🅞🅘🅝🅢 Every Hour (Yes, really. Free ₿itCoins.)
        (Signup with ONLY your Email and Password. You can also refer people and get even more.)

        Comment

        • Boobs
          Confirmed User
          • Aug 2006
          • 7875

          #5
          what i do is download the whole database and open it with wordpad and edit it from there

          Join the fucking best in big tit sponsors!!!

          Comment

          • hateman
            So Fucking Banned
            • Jul 2003
            • 1623

            #6
            select all tables and click "DROP"

            then u can proceed to edit it.

            Comment

            • wizzart
              scriptmaster
              • May 2006
              • 5246

              #7
              Just read help :idea:
              BimboZone

              Comment

              • Emil
                Confirmed User
                • Feb 2007
                • 5658

                #8
                Originally posted by Boobs
                what i do is download the whole database and open it with wordpad and edit it from there
                Didn't know I could do that, thanks! I got it working now.


                Will post the solution here so I can find it next time I got problems with the same thing. ;-)

                You do not have sufficient permissions to access this page.

                Even when attempting to login as admin. The cause? Simple, some of the Wordpress options are actually saved using the Wordpress prefix. You will now need to open up your favourite MySQL admin tool and modify the following:

                In table ${NEW_WP_PREFIX}_options:

                * Option ${OLD_WP_PREFIX}_user_roles

                In table ${NEW_WP_PREFIX}_usermeta:

                * Option ${OLD_WP_PREFIX}_capabilities
                * Option ${OLD_WP_PREFIX}_user_level
                * Option ${OLD_WP_PREFIX}_autosave_draft_ids


                Source:
                http://www.lildude.co.uk/2007/05/how...-table-prefix/
                Free 🅑🅘🅣🅒🅞🅘🅝🅢 Every Hour (Yes, really. Free ₿itCoins.)
                (Signup with ONLY your Email and Password. You can also refer people and get even more.)

                Comment

                • polle54
                  Confirmed User
                  • Jul 2004
                  • 4626

                  #9
                  Originally posted by hateman
                  select all tables and click "DROP"

                  then u can proceed to edit it.
                  spot on, it's very important to drop all before you start editing
                  ICQ# 143561781

                  Comment

                  • The Fist
                    Confirmed User
                    • Oct 2007
                    • 179

                    #10
                    Not quite sure why this would be funny.

                    Do not listen to this.

                    Originally posted by hateman
                    select all tables and click "DROP"

                    then u can proceed to edit it.
                    - fist.
                    Promote AlyssaBliss.com @ http://blissbucks.com!
                    Email: fist--AT--blissbucks--DOT--com / ICQ: 412318497

                    Comment

                    Working...