1 | SELECT `Menu`.`id`, `Menu`.`parent_id`, `Menu`.`name`, `Menu`.`slug`, `Menu`.`url`, `Menu`.`type` FROM `softwaresbd_main`.`menus` AS `Menu` WHERE `Menu`.`status` = '1' ORDER BY `Menu`.`order` ASC | | 10 | 10 | 0 |
2 | SELECT `Config`.`key`, `Config`.`value` FROM `softwaresbd_main`.`configs` AS `Config` WHERE 1 = 1 | | 15 | 15 | 0 |
3 | BEGIN | | 0 | 0 | 0 |
4 | INSERT INTO `softwaresbd_main`.`logs` (`user_id`, `ip`, `port`, `controller`, `action`, `created`) VALUES (NULL, '18.97.14.81', '56052', 'users', '/users/login', '2025-01-22 15:46:10') | | 1 | 1 | 0 |
5 | COMMIT | | 0 | 0 | 0 |
6 | SELECT `Quicklink`.`id`, `Quicklink`.`name`, `Quicklink`.`links`, `Quicklink`.`status`, `Quicklink`.`created`, `Quicklink`.`modified` FROM `softwaresbd_main`.`quicklinks` AS `Quicklink` WHERE `status` = '1' | | 4 | 4 | 0 |