skip to Main Content

Plesk 10.4.4 Security hole?

I was browsing mysql-slow-logs to check for potentiall optimization and I've noticed weird schema in them ( see below ): SELECT password, type FROM accounts AS a JOIN sys_users AS s ON (a.id = s.account_id) WHERE s.login='**DICTIONARY_USER_NAME_HERE**' AND (SELECT count(*)…

VIEW QUESTION

mySQL partition – Oscommerce

I have osCommerce installed with a website that has 140k products and product_description table size is about 300MB. Page load tooks 15 second to 20 second, I cut the table to 100MB for testing purpose and now it seem it…

VIEW QUESTION
Back To Top
Search