Re: error-log aging

2013-04-15 Thread hsv
2013/04/05 11:16 +0200, Johan De Meersman Half and half - rename the file, then issue "flush logs" in mysql to close and reopen the logs, which will cause a new log with the configured name to be created. That being said, I'm not much aware of Windows' idiosyncracies - I hope the damn

mysql 5.6.10 won't start

2013-04-15 Thread Paul Nowosielski
Hi, I'm running mysql 5.6.10 on Fedora. when I try and boot mysql I get this: # /etc/init.d/mysql start Starting MySQL.The server quit without updating PID file (/[FAILED]xt/mysql/veritian.pid). Any ideas? Thank you, Paul -- MySQL General Mailing List For list archives: http://lists.mysql.

Re: mysql 5.6.10 won't start

2013-04-15 Thread Andrew Moore
Have you got permissions to start the daemon (sudo)? Is the destination for the pid file writable by the MySQL user? A On Mon, Apr 15, 2013 at 2:20 PM, Paul Nowosielski wrote: > Hi, > > I'm running mysql 5.6.10 on Fedora. > when I try and boot mysql I get this: > > # /etc/init.d/mysql start >

Re: mysql 5.6.10 won't start

2013-04-15 Thread Reindl Harald
Am 15.04.2013 15:20, schrieb Paul Nowosielski: > I'm running mysql 5.6.10 on Fedora. > when I try and boot mysql I get this: > > # /etc/init.d/mysql start > Starting MySQL.The server quit without updating PID file > (/[FAILED]xt/mysql/veritian.pid). > > Any ideas? look in the logfile? Fedora

ERROR 1005 (HY000): Can't create table 'user_database.user_table' (errno: 157)

2013-04-15 Thread Sai Kumar Ganji
Hello Guys, I am trying to setup a mysql-cluster with two data nodes and one management node. The sequence of step I followed are: Ran *'ndb_mgmd' *on management node Ran '*ndbd --initial' *on both the data nodes Ran '*mysqld' *on both the data nodes Then the status of the cluster on manageme