kalasha's blog

MYSQL TOTAL RECORD COUNT ISSUE

Taxonomy upgrade extras: 

HI Team,

The issue is due to autocommit mode is set to off in MySQL and tranasaction level is repeatable read. Due to this we are not able to view the latest record count. It shows only the records committed when i logged in the mysql.

MySQL Total Record count issue

Taxonomy upgrade extras: 

Hi Team, I am using MySQL 5.6 in production server (hosted at AWS). After inserting records online its commited in database, but while executing select count(
*) from table_name i am getting the latest count. After exiting from mysql and again login i am able to view the latest count. Transaction isolation in mysql is repeatable-read (both in global and status variables) Kindly help to fix this issue

Sir,

Taxonomy upgrade extras: 

Sir,

Log_output is showing none

General Query Log & Slow query log is not working

Taxonomy upgrade extras: 

I have enabled the General Query Log and the Slow Query Log in MySQL 5.6.13 in windows server. File is created but sql statement are not capturing. This is production server now its not possible to restart.

Hi,

Taxonomy upgrade extras: 

Hi,

I executed flush logs command even though queries are not capturing.

user password change date

Taxonomy upgrade extras: 

Dear friends, Is there is any command to check when user and password created in MySQL user table. I want command for user logins last password change date and password created date. in MSSQL we are able to take where as in MySQL unable to take. Kindly help me

Subscribe to RSS - kalasha's blog