Comments on: Getting Started with ProxySQL in Kubernetes https://www.percona.com/blog/getting-started-with-proxysql-in-kubernetes/ Sat, 03 Feb 2024 00:11:45 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Allen f https://www.percona.com/blog/getting-started-with-proxysql-in-kubernetes/#comment-10974152 Wed, 30 Aug 2023 14:10:23 +0000 https://www.percona.com/blog/?p=78357#comment-10974152 ok i figuired it out.. it changed the config map , its just once the pc is made it no longer updates the config-map.. i need to delete all resources and then change the config-map before creating all again

]]>
By: Allen f https://www.percona.com/blog/getting-started-with-proxysql-in-kubernetes/#comment-10974150 Tue, 29 Aug 2023 18:21:09 +0000 https://www.percona.com/blog/?p=78357#comment-10974150 Hi, Great Article.. I got most of this working
but for some reason i can not add more users to the config-map
mysql_users =
(
  { username = “myuser”, password = “password”, default_hostgroup = 10, active = 1 },
 { username = “myuser2”, password = “password2”, default_hostgroup = 10, active = 1 }
)

Simply doesnt work.. it only ads the first user

]]>