简体   繁体   English

如何将用户定义的函数上传到Google Cloud MySQL实例

[英]How to upload user defined function to Google cloud MySQL instance

I am running a MySQL database instance on Google Cloud, and I am currently trying to upload a shared library file ( my_library.so ) to my plugin directory, so that I can declare it as an user-defined function to call in MySQL queries. 我正在Google Cloud上运行MySQL数据库实例,并且当前正在尝试将共享库文件( my_library.so )上传到插件目录,以便可以将其声明为用户定义的函数,以在MySQL查询中进行调用。

Does someone know how to do it? 有人知道怎么做吗?

It seems that the Google cloud console does not give me access to the files in my instance. 似乎Google云控制台无法让我访问实例中的文件。 Also, I have not been able to upload it using MySQL workbench. 另外,我还不能使用MySQL工作台上载它。

Thank you 谢谢

Cloud SQL不支持上传已编译的代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM