共享对象通过dlopen动态打开动态库的加载完成后,返回一个句柄,通过dlsym定位到你需要执行的函数指针然后可以在程序中使用 dlopen -- open a dynamically linked library dlsym -- get the address of a symbol in a dynamically linked library 例子void*handle;
重新配置云上数据库 mysql -u root -p use mysql; select user, host, plugin, authentication_string from user\G; ALTER USER ‘root’@’%’ IDENTIFIED WITH mysql_native_password BY ‘你的密码’; 登陆云更改端口 fire