diff --git a/xCAT-server/share/xcat/installp_bundles/xCATaixSN53.bnd b/xCAT-server/share/xcat/installp_bundles/xCATaixSN53.bnd index e3cdcb837..aa34a73e1 100644 --- a/xCAT-server/share/xcat/installp_bundles/xCATaixSN53.bnd +++ b/xCAT-server/share/xcat/installp_bundles/xCATaixSN53.bnd @@ -58,3 +58,6 @@ R:xCATsn* # optional - needed if using Postgresql #R:xcat-postgresql-8.4-4.aix6.1.ppc.rpm #R:perl-DBD-Pg-2-17.2.aix6.1.ppc.rpm + +# optional - needed if using MySql +#R:perl-DBD-mysql* diff --git a/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd b/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd index dde8e6142..6e281b4fa 100644 --- a/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd +++ b/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd @@ -67,3 +67,6 @@ R:xCATsn* # optional - needed if using DB2 #R:perl-DBD-DB2* + +# optional - needed if using MySql +#R:perl-DBD-mysql* diff --git a/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd b/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd index d7ae35821..8d9ac2722 100644 --- a/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd +++ b/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd @@ -64,3 +64,6 @@ R:xCATsn* # optional - needed if using DB2 #R:perl-DBD-DB2* + +# optional - needed if using MySql +#R:perl-DBD-mysql*