INSERT INTO users(username, email, password, comments, create_at) VALUES ('HelloWorld', 'hello@example.com', SHA2('hello123456', 256), 'You just insert a new data by using PHP code', now())

Success