Forum Moderators: open

Message Too Old, No Replies

(Easy enough) How to rename a mysql field

         

basketmen

5:36 pm on Jan 26, 2009 (gmt 0)

10+ Year Member



i want to change "Recent Blog Entries" to just "Blog"

how to make it guys, or what command i need to run, there is no edit button there (thats like usually showing in table edit)

[edited by: coopster at 2:56 pm (utc) on Jan. 29, 2009]
[edit reason] no urls please TOS [webmasterworld.com] [/edit]

redhatlab

1:47 am on Jan 27, 2009 (gmt 0)

10+ Year Member



Hi basketmen:

you can run this query from the SQL tab of phpMyAdmin:

UPDATE zp_entemodule_link SET title='Blog' WHERE title='Recent Blog Title'

Note: Just for reference you want to update a record , not change the name of a field of the table.

Enjoy!-)