我有一个调用PHP脚本的cron作业,它会导致以下错误消息。Warning: Using a password on the command line interface can be insecure
在使用mysql_config_editor --login-path=foo --host=hostname --user=username --password之后,我目前可以使用mysql --login-path=foo连接到数据库,而不需要密码提示。但是,我不知道如何将$link = mysql_connect(