MySQL Forums
Forum List  »  Newbie

MySQL: my.ini not read
Posted by: Alexander Raiola
Date: September 23, 2013 02:20AM

Hello everyone,

I have MySQL 5.6 installed on Windows 7 64 Bit and I can't seem to get it to read my my.ini file. I've put the file into the base installation directory, the Windows directory and C:\, but it doesn't look like it's being read, even though all of those paths are listed here as valid paths: http://dev.mysql.com/doc/refman/5.1/en/option-files.html

My my.ini file doesn't do much, I just took the my-default.ini as a base and added
[mysqld]
max_allowed_packet=100000000
because that default limit of 4MB is bad for BLOBs.

When I start mysql.exe and check the variable I find that it's still at 4MB, even after restarting the server (both via the services menu in the control panel and via mysqld -shutdown + mysqld -startup) and restarting Windows.

I have Windows 7, 64 bit. Can anyone help me, please?

Thanks in advance!

Alex

Options: ReplyQuote


Subject
Written By
Posted
MySQL: my.ini not read
September 23, 2013 02:20AM
September 23, 2013 08:43AM
September 25, 2013 02:07AM
September 25, 2013 10:18AM
September 25, 2013 10:29AM
September 25, 2013 12:54PM
September 26, 2013 02:55AM
September 26, 2013 10:40AM
September 27, 2013 01:43AM
September 27, 2013 02:15AM
September 27, 2013 03:29AM
September 27, 2013 11:06AM
September 27, 2013 03:02PM
September 27, 2013 03:37PM
October 01, 2013 05:33AM
October 01, 2013 08:46AM
October 02, 2013 01:44AM


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.