Jump to content

I want to add this to the my.cnf

innodb_file_per_table=1
innodb_buffer_pool_size=4G
innodb_log_file_size=1G
innodb_buffer_pool_instances=4
innodb_log_buffer_size=128M

But when I add it and then start the MySQL server it doesent start.

How do I fix this?

Back-end developer, electronics "hacker"

Link to comment
https://linustechtips.com/topic/631994-mysql-linux/
Share on other sites

Link to post
Share on other sites

2 hours ago, Mark77 said:

Yea I tryed that, but that dident work too and I don't know where the log files are.

Back-end developer, electronics "hacker"

Link to comment
https://linustechtips.com/topic/631994-mysql-linux/#findComment-8162359
Share on other sites

Link to post
Share on other sites

5 minutes ago, HarryNyquist said:

On ubuntu, MySQL logs to /var/log/mysql. I would presume other linux distros log somewhere similar.

I'm using Ubuntu so that works fine. But I'm gonna trash this issue and I wonder something, If I download Ubuntu server 16 would it work with everything 14 did with?

And I will be installing MariaDB since I hear MySQL is starting to get outdated and there is a performance boost + more security updates for mariadb

 

Back-end developer, electronics "hacker"

Link to comment
https://linustechtips.com/topic/631994-mysql-linux/#findComment-8162438
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×