Hi,I've tried to install a mysql server on my arm machine but I can't start mysqld.
delete mysql5.1 and install mysql5.5 on centos6.3 X64
then I can't start it
this is log
/var/lib/mysql/localhost.err
20927 11:38:31 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
120927 11:38:32 [Note] Plugin 'FEDERATED' is disabled.
/usr/sbin/mysqld: Table 'mysql.plugin' doesn't exist
120927 11:38:32 [ERROR] Can't open the mysql.plugin table.
CentOS 5.8
I ran a yum update and MySQL updated but now it won't start.
I have a big problem.
i try to start mysql in ubuntu, butI have this error:
130323 0:13:55 [Note] Plugin 'FEDERATED' is disabled.
130323 0:13:55 InnoDB: The InnoDB memory heap is disabled
130323 0:13:55 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130323 0:13:55 InnoDB: Compressed tables use zlib 1.2.3.4
130323 0:13:55 InnoDB: Initializing buffer pool, size = 8.0G
130323 0:13:55 In
Hello, I have just recently installed Fedora 16 32-bit and I wanted to install mysql on it.
Hi,I'm trying to configure MySQL: ArchWikimysqld won't start. My /var/lib/mysql/stovepipebox.err:120310 16:24:31 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
/usr/bin/mysqld: Table 'mysql.plugin' doesn't exist
120310 16:24:31 [ERROR] Can't open the mysql.plugin table.
actually i was looking in the wrong path, here is the log entry that is repeated several times:111212 16:01:11 mysqld_safe mysqld from pid file /var/lib/mysql/.pid ended111212 16:58:42 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql111212 16:58:42 InnoDB: The InnoDB memory heap is disabled111212 16:58:43 InnoDB: Mutexes and rw_locks use GCC atomic builtins111212 16:58:43 Inno
I ma trying setup MariaDB in cluster but looks like I stuck on this error:
#mysqld -u mysql
130407 21:36:24 InnoDB: The InnoDB memory heap is disabled
130407 21:36:24 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130407 21:36:24 InnoDB: Compressed tables use zlib 1.2.7
130407 21:36:25 InnoDB: Initializing buffer pool, size = 2.0G
130407 21:36:26 InnoDB: Completed initialization of buffer p
In our project we are using MySQL 5.0.90(InnoDB engine) server with an external storage. We store MySQL data files in an external storage. When the external storage down for a reason we have unstable behaviours. So we made some tests.
In Windows Server 2008
We closed external storage physically. MySQL service stoped and we could not reach the server.