xmlrpc.php – Are you being attacked?

What is an xmlrpc attack? xmlrpc.php can use system.multicall – this can be used to execute multiple methods inside a single request. This allows applications to pass multiple commands with one http request, meaning that potential bots and hackers can use the system.multicall method to guess 100’s or 1000’s of passwords with a single http request. […]

Converting mysql tables engines

Sometimes you may need to convert your mysql table engines. One of the most common reason to convert tables to InnoDB is for better reliability and scalability Quick Links: Viewing Table Engines Viewing Active Engines Alter Table Command Viewing Current Table Engines To view your current mysql engines use the following command: SELECT TABLE_NAME, ENGINE […]