我正在连接两个不同服务器上的数据库,例如$connection_to = new mysqli($databasehost_to,$databaseusername_to,$databasepassword_to,$databasename_to);
现在我想创建表table2并在第二个主机数据库中插入相同的数据,因为它已经存在于第一个主机database.Can
但我不明白为什么当我在linux Debian服务器上运行它时,我会得到:[3:45:42 PM] Connected to MySQL serverFatal Error: Call to undefined function curl_init() in /idgen/get.php on line 70(我是linux