File tree Expand file tree Collapse file tree
source/installguide/management-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,14 +57,18 @@ Install on Debian
5757^^^^^^^^^^^^^^^^^
5858
5959.. note ::
60- The MySQL Python connector is not available in Debian's package repository sources, please add MySQL's own package repository:
60+ The MySQL Python connector is not available in Debian 12 's package repository sources, please add MySQL's own package repository:
6161
6262 .. code :: bash
6363
6464 wget https://dev.mysql.com/get/mysql-apt-config_0.8.36-1_all.deb -O /tmp/mysql-apt-config_0.8.36-1_all.deb
6565 sudo apt install -y /tmp/mysql-apt-config_0.8.36-1_all.deb
6666 sudo apt update
6767
68+ For Debian 13, please install python3-mysql.connector from Ubuntu 26.04:
69+ https://launchpad.net/ubuntu/+source/mysql-connector-python
70+
71+
6872 .. parsed-literal ::
6973
7074 sudo apt install cloudstack-management
You can’t perform that action at this time.
0 commit comments