查询Linux应用程序运行依赖哪些库 一法: $(CROSS_COMPILE)ldd AppName 如: arm_v5t_le-lld test 二法: $(CROSS_COMPILE)objdump -x AppName |grep NEED 如: arm_v5t_le-objdump -x test |grep NEED 三法: $(CROSS_COMPILE)readelf -a Ap
需要给访问用户授权。输入以下命令执行: MySQL -uroot -p123456 MySQL -uroot -p123456 123456 为 root 用户的密码。 2)创建远程登陆用户并授权 grant all PRIVILEGES on discuz.* to ted@'123.123.123.123' identifie