start transaction;
INSERT INTO acl_role (id) VALUES (null);
INSERT INTO liveuser_users (EMail, UName, Password, Name, last_name, time_created, time_updated, status, is_admin, is_public, points, image, role_id, subscriber, author_id) VALUES ('test@localhost.com', 'test111', 'sha1$VYRZIT1O1ZuX$038190f43e821fef3f8c47323621432247617f80', 'test111', 'test111', '2012-06-20 20:17:14', '2012-06-20 20:17:14', '1', '0', '1', 0, NULL, 51, NULL, NULL);
INSERT INTO liveuser_groupusers (perm_user_id, group_id) VALUES ('64', '1');
commit;
It looks like you're new here. If you want to get involved, click one of these buttons!