MySql Errors in Security Events

Community support for Plesk, CPanel, WebMin and others with insight from two of the founders of Plesk. Ask for help here! No question is too simple or complicated. :-)
callum-JH
New Forum User
New Forum User
Posts: 2
Joined: Sat May 11, 2013 2:25 pm
Location: Scotland, United Kingdom

MySql Errors in Security Events

Unread post by callum-JH »

Hi,

I am new to ASL and so it looks great! However I'm getting an error in the Security Events viewer.

The Logs are:-

Code: Select all

MySQL log: 130511 20:51:20 [ERROR] Can`t start server: Bind on TCP/IP port: Address already in use
MySQL log: 130511 20:51:20 [ERROR] Plugin `InnoDB` registration as a STORAGE ENGINE failed
MySQL log: 130511 20:51:20 [ERROR] Plugin `InnoDB` init function returned error
MySQL log: 130511 20:49:40 [ERROR] AbortinMySQL log: 130511 20:49:40
[ERROR] Do you already have another mysqld server running on port: 3306 MySQL log: 130511 20:49:40
[ERROR] Can`t start server: Bind on TCP/IP port: Address already in use
MySQL log: 130511 20:49:40
[ERROR] Plugin `InnoDB` registration as a STORAGE ENGINE failed
MySQL log: 130511 20:49:40
[ERROR] Plugin `InnoDB` init function returned error
I also have

Code: Select all

MySQL log: 130511 20:51:20 [Note] /usr/sbin/mysqld: Shutdown complete

MySQL log: 130511 20:49:40 [Note] /usr/sbin/mysqld: Shutdown complete
From what I think it may be is that ASL has installed mysql however cPanel already has mysql installed therefore it cannot bind to this port?

If this is the case can I just remove the ASL mysql or would I change the port the asl is binding on and update the ASL config?

Thanks
Callum
User avatar
mikeshinn
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 4149
Joined: Thu Feb 07, 2008 7:49 pm
Location: Chantilly, VA

Re: MySql Errors in Security Events

Unread post by mikeshinn »

From what I think it may be is that ASL has installed mysql however cPanel already has mysql installed therefore it cannot bind to this port?
ASL doesnt install mysql.
If this is the case can I just remove the ASL mysql or would I change the port the asl is binding on and update the ASL config?
Whats the output of this command:

rpm -qa | grep -i mysql
Post Reply