HOW TO: Change PC Name in CNR DB
-
From PUTTY
type:psql <enter> select * from cnr_misc order by tag; <enter>
use space bar to scroll through names until you find the one you want
highlight the name to copy it
type:q
(to return to main screen)
type:update cnr_misc set tag = 'NEW NAME' where tag = 'OLD NAME'; <enter>
-
E Echo pinned this topic on
-
F folklore moved this topic from Team Lead Forums on
-
F folklore moved this topic from DM Instructions & Requests on