Not very experienced in databases. How can I directly change the data in a field using phpMyAdmin. I have the window open to change the area I want, but I don't know the sql query. Here's the details: SELECT * FROM `users` and say the field is called 'description' and the new data I want in there is 'xyz' thanks.
in phpMyAdmin, just click on the little pencil to the left of the record you want to edit, make the changes in the form you see, and click the 'go' button. That's it.
wow. i was hoping it was going to be easy, but i had no idea. thanks tom. that was fantastic - it worked perfectly. thanks so much!
Hello ! by the way you can do that by executing a query as well it's not so easy as just changing data but it shure will help you in future like you cannot always go on DB and change records but you can just update your info ! PM if you need visual tutorials on this i cannot post links yet :/ !