Search
 
SCRIPT & CODE EXAMPLE
 

SQL

activate log mariadb

# 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 :: change magento database url usimg musql 
Sql :: count in sql and diff 
Sql :: mysql age by birthdate 
Sql :: sql between operator 
Sql :: sql injection payload list github 
Sql :: rename table sqlite 
Sql :: oracle table free space 
Sql :: reset auto increment mysql 
Sql :: android studio SQLiteDatabase delete all data in database 
Sql :: oracle sql copy table without data 
Sql :: sql order by multiple columns 
Sql :: ERROR: syntax error at or near "AUTO_INCREMENT" posgtresql 
Sql :: query by column for substring sql 
Sql :: commit in sql 
Sql :: oracle duration between timestamps 
Sql :: mysql repeated values 
Sql :: null value in column violates not-null constraint 
Sql :: drop schema sql 
Sql :: list table columns mysql 
Sql :: find number of entries sql 
Sql :: minus in sql 
Sql :: get initials name in sql 
Sql :: sql update multiple rows 
Sql :: insert into auto increment mysql 
Sql :: postgres data location 
Sql :: insert into without column names 
Sql :: mysql find duplicate rows multiple columns 
Sql :: postgres get number of days between two dates 
Sql :: select all tables linked server sql 
Sql :: Expression number 1 of select list is not in group by clause 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =