Have a look at the "galaxy_user" table to identify the 'broken' row, ie the wrong "e-mail".and then you can execute: update galaxy_user set email = "foo@fmi.ch" where email = "wrong_name@wrong_host.ch";