gpt4 book ai didi

mysql - Doctrine 路径设置

转载 作者:行者123 更新时间:2023-11-29 05:46:04 25 4
gpt4 key购买 nike

我的mysql连接设置:

<?php
mysql_connect("fanyer.fatcowmysql.com", "test_username", "test_password") or die(mysql_error());
echo "Connected to MySQL<br />";
mysql_select_db("fanyer_database") or die(mysql_error());
echo "Connected to Database";
?>

这工作得很好..现在我在 Doctrine 引导文件中使用它。

$conn = Doctrine_Manager::connection('mysql://test_username:test_password@fanyer.fatcowmysql.com/fanyer_database', 'doctrine');

报错

Uncaught exception 'Doctrine_Connection_Exception' with message 'Couldn't locate driver named mysql'

编辑:将其更改为sql未知驱动程序sql

最佳答案

您必须在您的 php.ini 中启用 pdo_mysql。使用说明here .

关于mysql - Doctrine 路径设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1892559/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com