MySQL Forums
Forum List  »  General

mysql: unknown variable 'innodb_use_native_aio=0'
Posted by: masta bog
Date: July 17, 2013 01:38PM

I'm on an OpenVZ VPS and my provider most problably does not allow too much async i/o, so my mysqld does not start unless I add innodb_use_native_aio=0 under [mysqld] in my.cnf.

After that mysqld starts and works fine, php can connect to it via socket and its all good.

However, I can't run the mysql client anymore, it gives the error:

mysql: unknown variable 'innodb_use_native_aio=0'

and then just exits

Any clues?

Options: ReplyQuote


Subject
Written By
Posted
mysql: unknown variable 'innodb_use_native_aio=0'
July 17, 2013 01:38PM


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.