H HostaHost Silver Pleskian Jul 5, 2012 #1 Can someone tell me where the actual data is stored that is reported by the activity log button?
IgorG Plesk addicted! Plesk Certified Professional Jul 5, 2012 #2 mysql -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e 'select * from log_actions;' Or mysql -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e 'select date, ip_address, user, descr from log_actions, actions where actions.id = log_actions.id'
mysql -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e 'select * from log_actions;' Or mysql -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e 'select date, ip_address, user, descr from log_actions, actions where actions.id = log_actions.id'