saguaros This can't import but i think the correct one is this INSERT INTO
*_assets(
id,
parent_id,
lft,
rgt,
level,
name,
title,
rules) VALUES
(1, 0, 0, 4387, 0, 'root.1', 'Root Asset', '{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1},\"core.login.offline\":{\"6\":1},\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}');
But then i get
Username and password do not match or you do not have an account yet.
Then i replace *_users table with backup and i can login.
I think i fixed it!