INSERT INTO `users`
VALUES 
    ('Petya', 'Petrovich', 'secret'),
    ('Jane',  'Mashkova', 'unsecret'),
    ('Evgen', 'Mishkim',    'cat');