You can move your character by changing the zone they are logged into in the character table.
Code:
UPDATE character_ SET x=114, y=678, z=4, zonename='qeynos2' WHERE id= [YOUR CHARACTER ID HERE]
You can get your character id using this query
Code:
SELECT id, name FROM character_
That update statement will move your character to the safe point in North Qeynos.