How do I do a global change in mysql (despite the strangely worded title
)?
If a user changes his username (and I know this is rare) how would I do some sort of global change in the database to change all references to the username, including text within posts and "Originally Posted by" xxxxx, to the new name?
I know how to do that in unix, but not mysql.
Thanks!

If a user changes his username (and I know this is rare) how would I do some sort of global change in the database to change all references to the username, including text within posts and "Originally Posted by" xxxxx, to the new name?
I know how to do that in unix, but not mysql.
Thanks!
Comment