If you were login with root user on mysql database .
Use below command enable log
SET GLOBAL general_log = 'ON';
command for disable mysql log
SET GLOBAL general_log = 'OFF';
Secure file download in PHP, Security question PHP, PHP MYSQL Interview Question -Books download - PHP solutions guidelines queries update, phpmysqlquestion
If you were login with root user on mysql database .
Use below command enable log
SET GLOBAL general_log = 'ON';
command for disable mysql log
SET GLOBAL general_log = 'OFF';
root@srv509172:~# cat kind1/config.yaml kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane image: kindest/nod...