2023年3月15日

摘要: datadir="/var/lib/proxysql" admin_variables={ admin_credentials="admin:admin" mysql_ifaces="0.0.0.0:6032"} mysql_variables={ threads=4 max_connections 阅读全文
posted @ 2023-03-15 14:17 zhangdapangzi 阅读(44) 评论(0) 推荐(0)
 
摘要: docker run -idt \ --name proxysql \ --net=pxcNetwork \ --restart=always \ --publish 16033:6033 \ --publish 16032:6032 \ --publish 16070:6070 \ --resta 阅读全文
posted @ 2023-03-15 14:13 zhangdapangzi 阅读(163) 评论(0) 推荐(0)