Options
renaming users
at the moment in order to rename users I have go into phpmyadmin and find the user and rename it in the database - is there quicker way of doing this
even a command line mysql thing would do it
thanks
even a command line mysql thing would do it
thanks
0
This discussion has been closed.
Comments
update LUM_User set Name='new_name' where Name='old_name';