Skip to content

Commit

Permalink
Fix pod name
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 committed Feb 24, 2025
1 parent 4c9a572 commit 325fc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/proxysql/quickstart/mysqlgrp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ You can find the description of the associated objects here.
Let's exec into the ProxySQL server pod and get into the admin panel.

```bash
$ kubectl exec -it -n demo proxy-mysql-0 -- bash 11:20
$ kubectl exec -it -n demo proxy-server-0 -- bash 11:20
root@proxy-mysql-0:/# mysql -uadmin -padmin -h127.0.0.1 -P6032 --prompt="ProxySQLAdmin > "
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MySQL connection id is 1204
Expand Down

0 comments on commit 325fc1e

Please sign in to comment.