Skip to content

Commit 34b79d6

Browse files
committed
Debian: add instruction for MySQL python connector
1 parent 9a5fb9d commit 34b79d6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

source/installguide/management-server/_pkg_install.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,22 @@ Install on Ubuntu
5353
5454
sudo apt install cloudstack-management
5555
56+
Install on Debian
57+
^^^^^^^^^^^^^^^^^
58+
59+
60+
.. parsed-literal::
61+
62+
sudo apt install cloudstack-management
63+
64+
.. note::
65+
MySQL Python connector is unavailable in Debian 12 (bookworm), please install the package provided by MySQL:
66+
67+
.. code:: bash
68+
69+
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
70+
sudo apt install -y /tmp/mysql-apt-config_0.8.36-1_all.deb
71+
sudo apt update
72+
sudo apt install -y mysql-connector-python-py3
73+
74+

0 commit comments

Comments
 (0)