MySQL Forums
Forum List  »  Install & Repo

Re: Deleting Server Instance Fails
Posted by: Peter Brawley
Date: March 08, 2012 08:58AM

> 120308 13:10:10 [Note] mysqld: ready for connections.

The server is running.

A specific setting needs changing--read_buffer_size. 4096 is weird. Your my.ini should set it to something like 64K.

Two broad groups of error messages look like the result of installing two different versions. The msgs mentioning performance_schema might be corrected by running

mysql_upgrade -uroot

Those to do with InnoDB might have been self-correcting. If they recur, shut down the server, move ib_logfile* files from the InnoDB datadir to someplace InnoDB can't find them and let InnoDB rebuild them from scratch.

I am moving this thread to the Install forum, where it belongs, and where installation gurus might have more suggestions.

PB

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.