Verwenden Sie DATE_FORMAT()
Etwas in der Art,
INSERT INTO tablename (sample) VALUES (DATE_FORMAT(NOW(), '%Y-%m-%d %H:%i:%S'))
oder einfach
insert into tablename values(now());
Verwenden Sie DATE_FORMAT()
Etwas in der Art,
INSERT INTO tablename (sample) VALUES (DATE_FORMAT(NOW(), '%Y-%m-%d %H:%i:%S'))
oder einfach
insert into tablename values(now());