MySQL Forums
Forum List  »  MySQL Administrator

Re: Server settings disabled in Administrator using Named Pipes
Posted by: T D
Date: October 04, 2006 08:12AM

In my case, it doesn't matter whether you are using named pipe or not, I still can't change the most of the options.

This is what I found:

You need to edit the option file (my.ini or my.cnf) stated at the bottom of MySQL Administrator.
for example: add this in the [mysqld] section of the file
max_allowed_packet=16M

Then this option will be enabled when you click 'choose option file' button at the bottom of MySQL Administrator and choose section mysqld.

From now you can change the settings.

When you hover on a disabled setting, you can see what is the variable name so you can add this variable to the option file.

You can also choose another config file my-huge.ini, my-innodb-heavy-4G.ini, or others and select the section you want to see.

Options: ReplyQuote


Subject
Written By
Posted
Re: Server settings disabled in Administrator using Named Pipes
T D
October 04, 2006 08:12AM


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.