You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/04/10 07:28:15 UTC

[GitHub] [cloudstack] DaanHoogland commented on issue #3826: Unsafe Field Accessor with newer mysql-connector-java package

DaanHoogland commented on issue #3826: Unsafe Field Accessor with newer mysql-connector-java package
URL: https://github.com/apache/cloudstack/issues/3826#issuecomment-611916051
 
 
   hey @coreymr , I always forget, but please google for your setup. you need to use pip (the python package manager) or your OS package manager (like yum or apt-get) for that.
   something like
   ```
   pip/yum/apt-get uninstall mysql-connector
   pip/yum/apt-get install mysql-connector-5....
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services