Search
 
SCRIPT & CODE EXAMPLE
 

SQL

activate log mysql

# sql
SET GLOBAL general_log_file='/var/log/mysql/file.log';
SET GLOBAL log_output = 'FILE';
SET GLOBAL general_log = 'ON';

# or
# ./etc/mysql/my.cnf
[mariadbd]
general-log=1
general_log_file=file.log
Comment

PREVIOUS NEXT
Code Example
Sql :: how to set up a trigger in sql 
Sql :: sql show table info 
Sql :: add multiple row table pl sql 
Sql :: sql between 
Sql :: for json path sql server 
Sql :: postgresql get date from datetime 
Sql :: date in oracle 
Sql :: MYSQLI_ASYNC 
Sql :: postgres how to index a column 
Sql :: select * where id = 1,2,3 
Sql :: sql order by alphabetical 
Sql :: regenerate assets odoo 
Sql :: get cpu details sql 
Sql :: sql log file inof 
Sql :: calculate percentage in sql 
Sql :: update trigger 
Sql :: mysql function variable 
Sql :: counting in sql 
Sql :: sql view talbe columns 
Sql :: is numeric in sql 
Sql :: mysql import from sql file 
Sql :: sql server convert to guid 
Sql :: update column value in sql 
Sql :: postgresql must appear in the GROUP BY clause or be used in an aggregate function 
Sql :: create table mysql integer NOT null 
Sql :: sql delete where in 
Sql :: convert columns to rows in sql server 
Sql :: power query add row 
Sql :: oracle create tablespace autoextend 
Sql :: mysql get max value and id 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =