Keywords: MySQL - AWS - Technical issue - Other
bnsupport ID: 06c90d15-ff2f-0b15-a1ef-369af73979b8
Description:
Since when Ioaded > 8 Gbyte of data Mysql behave erratically and I cannot start it at the moment.
bitnami@ip-172-31-46-39:~$ sudo /opt/bitnami/ctlscript.sh start mysql
/opt/bitnami/mysql/scripts/ctl.sh : mysql could not be started
There is spare HD space:
bitnami@ip-172-31-46-39:~$
bitnami@ip-172-31-46-39:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 3.9G 0 3.9G 0% /dev
tmpfs 799M 8.9M 790M 2% /run
/dev/xvda1 194G 38G 157G 20% /
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/loop0 90M 90M 0 100% /snap/core/8039
/dev/loop1 13M 13M 0 100% /snap/amazon-ssm-agent/295
/dev/loop2 90M 90M 0 100% /snap/core/7917
/dev/loop3 18M 18M 0 100% /snap/amazon-ssm-agent/1480
tmpfs 1.6G 0 1.6G 0% /mnt/hardDisk
/dev/xvdj 500G 76G 425G 16% /mnt/xvdj
tmpfs 799M 0 799M 0% /run/user/1000
Ido not have any active mysql process before to try to start it:
When I run
ps aux | grep mysql
bitnami 20039 0.0 0.0 14220 924 pts/0 S+ 18:01 0:00 grep --color=auto mysql
But when I run
sudo /opt/bitnami/ctlscript.sh start mysql
I obtained the following error :
/opt/bitnami/mysql/scripts/ctl.sh : mysql could not be started
Monitored mysql
bitnami@ip-172-31-46-39:~$ ps aux | grep mysql
root 20053 0.0 0.0 4500 1688 pts/0 S 18:03 0:00 /bin/sh /opt/bitnami/mysql/bin/mysqld_safe --defaults-file=/opt/bitnami/mysql/my.cnf --mysqld=mysqld.bin --socket=/opt/bitnami/mysql/tmp/mysql.sock --datadir=/opt/bitnami/mysql/data --log-error=/opt/bitnami/mysql/data/mysqld.log --pid-file=/opt/bitnami/mysql/data/mysqld.pid --lower-case-table-names=1
mysql 20456 8.3 4.4 990888 367164 pts/0 Sl 18:03 0:12 /opt/bitnami/mysql/bin/mysqld.bin --defaults-file=/opt/bitnami/mysql/my.cnf --basedir=/opt/bitnami/mysql --datadir=/opt/bitnami/mysql/data --plugin-dir=/opt/bitnami/mysql/lib/plugin --user=mysql --lower-case-table-names=1 --log-error=/opt/bitnami/mysql/data/mysqld.log --pid-file=/opt/bitnami/mysql/data/mysqld.pid --socket=/opt/bitnami/mysql/tmp/mysql.sock --port=3306
bitnami 20557 0.0 0.0 14220 940 pts/0 S+ 18:06 0:00 grep --color=auto mysql
The support bundle code is: 06c90d15-ff2f-0b15-a1ef-369af73979b8