Tagged Questions
1
vote
1answer
152 views
some InnoDB settings in My.cnf are messing up everything, why?
When I edit my.cnf in MySQL 5.0 in filemanager and add the following settings, I get logged out automatically from Kloxo and when I remove these line and restart server everything is ok then:
...
1
vote
1answer
300 views
For 768M RAM server is 617M allocation in my.cnf good or bad?
I have a write-intensive web app, and I bought a VDS with 768M RAM
Is this my.cnf good for my purposes?
I specified bulk_insert_buffer_size to 126M and some other parameters as below:
...
3
votes
2answers
333 views
Read mysql config (my.cnf) using mysql console
I have a mysql server that is not under my control (I don't have ssh on that machine). I only have access to one database using mysql client.
How can I have access to config options that are declared ...
1
vote
1answer
783 views
How to update mysql my.cnf without getting error?
I updated the MySQL my.conf file and and restarted my server without a problem.
As soon as I tried to access a table I received the error
mysql #1033 - Incorrect information in file:
I reverted ...