Tagged Questions
2
votes
1answer
118 views
How to fix AppArmor `could not open` error when installing php+mysql?
I want to install php5-imap php5-ldap php5-curl
sudo apt-get install php5-imap php5-ldap php5-curl
I get this error:
AppArmor parser error for /etc/apparmor.d/usr.sbin.mysqld in ...
0
votes
1answer
457 views
mysql: unrecognized service (apparmor)
Many questions on this point but I couldn't any help yet. Mysql was working then I tried to move mysql database directory as (in this ...
2
votes
0answers
92 views
Another apparmor / mysql wont install
I am trying to config another instance of mysql on my present but i can't
mysql_install_db --user=mysql --datadir=/var/lib/mysql2
Installing MySQL system tables...
ERROR: 1005 Can't create table ...
0
votes
0answers
289 views
Can't install mysql-server
I've been trying for a day or two now to apt-get install mysql-server.
I ran into this error below during my first installation (and it also fails to set the mysql root password if I choose to enter ...
1
vote
0answers
30 views
Ubuntu 12.04.1 LTS mysql failed to start [duplicate]
Possible Duplicate:
Can't start mysql - mysql respawning too fast, stopped
I have Ubuntu 12.04 LTS server which was running OK along with MySQL service
,i had to reboot the server ...
2
votes
2answers
1k views
Unable to start mysql server after update
Today I updated the system, and I cant start the mysql server:
I'm getting the following error:
Aug 14 14:32:09 VULTURUS kernel: [ 1996.413190] init: mysql main process (14122) terminated with ...
13
votes
9answers
19k views
Can't start mysql - mysql respawning too fast, stopped
Today I did a fresh install of ubuntu 12.04 and went about setting up my local development environment. I installed mysql and edited /etc/mysql/my.cnf to optimise InnoDB but when I try to restart ...