Reboot and Mysql Problem
-
- Posts: 4
- Joined: Mon Jan 19, 2015 10:06 am
Reboot and Mysql Problem
When I was reboot vps after mysql problem
VPS Spec.
512MB Ram
20GB SSD Disk
Amsterdam 3
Ubuntu 14.04 x64
Please watch this video http://www.youtube.com/watch?v=mKJedp3z ... e=youtu.be
var/log/mysql/errorlog file
VPS Spec.
512MB Ram
20GB SSD Disk
Amsterdam 3
Ubuntu 14.04 x64
Please watch this video http://www.youtube.com/watch?v=mKJedp3z ... e=youtu.be
var/log/mysql/errorlog file
Code: Select all
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock ./ibdata1, error: 11
Re: Reboot and Mysql Problem
Check out the last two solutions they should help you. http://serverfault.com/questions/477448 ... 1-error-11muhammed332 wrote:When I was reboot vps after mysql problem
VPS Spec.
512MB Ram
20GB SSD Disk
Amsterdam 3
Ubuntu 14.04 x64
Please watch this video http://www.youtube.com/watch?v=mKJedp3z ... e=youtu.be
var/log/mysql/errorlog fileCode: Select all
InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11
-
- Posts: 4
- Joined: Mon Jan 19, 2015 10:06 am
Re: Reboot and Mysql Problem
Unfortunately ,problem continuesjoem wrote:Check out the last two solutions they should help you. http://serverfault.com/questions/477448 ... 1-error-11muhammed332 wrote:When I was reboot vps after mysql problem
VPS Spec.
512MB Ram
20GB SSD Disk
Amsterdam 3
Ubuntu 14.04 x64
Please watch this video http://www.youtube.com/watch?v=mKJedp3z ... e=youtu.be
var/log/mysql/errorlog fileCode: Select all
InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11
Re: Reboot and Mysql Problem
I have the exact same problem. After reboot, MySQL is trying to start when it is already running. I have to manual stop and start mysql from terminal. And then everything works again.
VPS DigitalOcean
2 GB Ram
40GB SSD Disk
Ubuntu 14.04 x64 + Vesta Install, nothing else.
VPS DigitalOcean
2 GB Ram
40GB SSD Disk
Ubuntu 14.04 x64 + Vesta Install, nothing else.
Re: Reboot and Mysql Problem
Guys, try this:
1. stop satan-oracle-sql machine
2. file manipulation
3. start database
1. stop satan-oracle-sql machine
Code: Select all
/etc/init.d/mysql stop
Code: Select all
mv /var/lib/mysql/ibdata1 /var/lib/mysql/ibdata1.bak
cp -a /var/lib/mysql/ibdata1.bak /var/lib/mysql/ibdata1
Code: Select all
/etc/init.d/mysql start
-
- Posts: 4
- Joined: Mon Jan 19, 2015 10:06 am
Re: Reboot and Mysql Problem
Problem Continuesskurudo wrote:Guys, try this:
1. stop satan-oracle-sql machine2. file manipulationCode: Select all
/etc/init.d/mysql stop
3. start databaseCode: Select all
mv /var/lib/mysql/ibdata1 /var/lib/mysql/ibdata1.bak cp -a /var/lib/mysql/ibdata1.bak /var/lib/mysql/ibdata1
Code: Select all
/etc/init.d/mysql start
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
-
- Posts: 4
- Joined: Mon Jan 19, 2015 10:06 am
Re: Reboot and Mysql Problem
Im try it on ubuntu 12.04 x64.
No any problem on ubuntu 12.04 x64
But 14.04 x64 Mysql Problem
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
Any ideas for this issue?
No any problem on ubuntu 12.04 x64
But 14.04 x64 Mysql Problem
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
Any ideas for this issue?
Re: Reboot and Mysql Problem
Hmm... may be your MySQL server start twice?
Re: Reboot and Mysql Problem
Can you check, may be it was a duplicate copy of /etc/init/rc.conf so upstart was running /etc/init.d/rc twice?
Re: Reboot and Mysql Problem
https://github.com/serghey-rodin/vesta/ ... t-63156504 – fixed it: `update-rc.d mysql disable`
Proof - viewtopic.php?f=11&t=6887&p=20759#p20759
Proof - viewtopic.php?f=11&t=6887&p=20759#p20759