Skip to content

Commit c413d84

Browse files
committed
Debian 13: install python3-mysql.connector
1 parent 50583b7 commit c413d84

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

source/installguide/management-server/_pkg_install.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)