Turns out that there are multiple my.ini files when I installed. If you go into Services, and click n the Properties, it will identify where it's pulling the configuration stuff. For me it read: "C:\Program Files (x86)\MySQL\MySQL Server 5.6\bin\mysqld.exe" --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.6\my.ini" MySqlServiceName The nasty part is that c:\ProgramData is a hidden directory on the server, so it didn't show up when I searched for the file "my.ini" on that server. Once I added a reference to the plugin and restarted the service, it was acknowledged.
↧