2308087369 commented on issue #34417:
URL: https://github.com/apache/superset/issues/34417#issuecomment-3142042898

   @rusackas This simple solution solved my problem and allowed me to connect 
to MYSQL normally. For server deployment using a conda-created virtual 
environment, ensure all compilation and dependencies are installed exclusively 
via pip (avoid mixing conda and pip). After compiling according to PyPI 
documentation, install MySQL dependencies with `pip install mysqlclient 
mysql-connector-python`, then resolve runtime library conflicts by exporting 
`LD_PRELOAD=/lib/x86_64-linux-gnu/libstdc++.so.6` to prioritize loading the 
specific GNU C++ standard library version required by the program.
           


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to