SELECT id, area,langKey,IF(LENGTH(en) > 0,en,si) as language FROM `www-izoelektro-com-2018`.`_TranslationTabel` ORDER BY id,area ----> Access denied for user 'www-data'@'localhost' (using password: NO) SELECT * FROM Kategorije_Statika WHERE id_sup IN(34, 35, 43) AND show_type=1 ORDER BY orderBy ASC ----> Access denied for user 'www-data'@'localhost' (using password: NO) SELECT id, lab_si, tekst, page_description FROM Kategorije_Statika WHERE id_sup=5 AND show_type=1 AND arhiv=0 ORDER BY orderBy DESC LIMIT 3 ----> Access denied for user 'www-data'@'localhost' (using password: NO) SELECT tekst FROM Kategorije_Statika WHERE id=39 ----> Access denied for user 'www-data'@'localhost' (using password: NO)
INSERT IGNORE INTO `www-izoelektro-com-2018`.`_TranslationTabel` SET area = 'FAVORITES', langKey = 'code', si = 'Code', filterArea = 6 ----> Access denied for user 'www-data'@'localhost' (using password: NO)Code | INSERT IGNORE INTO `www-izoelektro-com-2018`.`_TranslationTabel` SET area = 'FAVORITES', langKey = 'name', si = 'Name', filterArea = 6 ----> Access denied for user 'www-data'@'localhost' (using password: NO)Name |
---|