1053 Server shutdown in progress
in:
[SELECT d.products_id, max(1-d.final_price/d.products_price) as discount FROM (SELECT p.products_id, p.products_price, IF(s.status =1, s.specials_new_products_price, p.products_price) as final_price FROM products p left join specials s on p.products_id = s.products_id) d;]
0 Virhe - Tietokantaan ei voitu luoda yhteyttä
in:
[select count(*) as total
from sessions
where sesskey = '3vo53an49ju7vg360ec1te5j30']