Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why mysqld binary file size auto change #9

Open
daiguadaidai opened this issue Oct 16, 2017 · 0 comments
Open

Why mysqld binary file size auto change #9

daiguadaidai opened this issue Oct 16, 2017 · 0 comments

Comments

@daiguadaidai
Copy link

OS: Centos6.5
MySQL 5.6.37
at first use mysql binary tar ball mysqld file size is same。but running with 3 day。mysqld size is change:
3 day ago:

find / -name mysqld | xargs ls -la
-rwxr-xr-x 1 mysql dba   87208139 Jun  3 05:30 /data/install_mysql_5.6/mysql/bin/mysqld
-rwxr-xr-x 1 mysql mysql 87208139 Jun  3 05:30 /media/database/mysql/bin/mysqld
-rwxr-xr-x 1 root  root  87208139 Oct 13 11:51 /usr/bin/mysqld
-rwxr-xr-x 1 root  root  87208139 Oct 13 11:51 /usr/local/mysql/bin/mysqld
-rwxr-xr-x 1 mysql mysql 87208139 Jun  3 05:30 /var/lib/mysql/bin/mysqld

now:

find / -name mysqld | xargs ls -la
-rwxr-xr-x 1 mysql dba   87208139 Jun  3 05:30 /data/install_mysql_5.6/mysql/bin/mysqld
-rwxr-xr-x 1 mysql mysql 87208139 Jun  3 05:30 /media/database/mysql/bin/mysqld
-rwxr-xr-x 1 root  root  87987531 Oct 13 11:51 /usr/bin/mysqld
-rwxr-xr-x 1 root  root  87208139 Oct 13 11:51 /usr/local/mysql/bin/mysqld
-rwxr-xr-x 1 mysql mysql 87208139 Jun  3 05:30 /var/lib/mysql/bin/mysqld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant