使用哪个 odbc 连接器?

发布于 2024-09-12 07:05:57 字数 623 浏览 2 评论 0原文

我从以下代码中收到此错误:

$result = odbc_connect("DRIVER={MySQL ODBC 3.51 Driver};Server=localhost;Database=$database_name",$database_username, $database_password);

警告:odbc_connect():SQL 错误: [unixODBC][驱动程序管理器]数据源 未找到名称,并且没有默认驱动程序 指定,SQL 状态 IM002 中 /dbconnect.php 中的 SQLConnect 在线 xx odbc 未连接

我正在使用 MySQL 版本 5.1.41-3ubuntu12.3

我的 phpinfo 提供以下输出:

Additional .ini files parsed /etc/php5/apache2/conf.d/odbc.ini, /etc/php5/apache2/conf.d/pdo_odbc.ini  

odbc
----

ODBC Support            enabled <br>

I am getting this error from the following code:

$result = odbc_connect("DRIVER={MySQL ODBC 3.51 Driver};Server=localhost;Database=$database_name",$database_username, $database_password);

Warning: odbc_connect(): SQL error:
[unixODBC][Driver Manager]Data source
name not found, and no default driver
specified, SQL state IM002 in
SQLConnect in /dbconnect.php on line
xx odbc not connected

I am using MySQL version 5.1.41-3ubuntu12.3

My phpinfo gives the following output:

Additional .ini files parsed /etc/php5/apache2/conf.d/odbc.ini, /etc/php5/apache2/conf.d/pdo_odbc.ini  

odbc
----

ODBC Support            enabled <br>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

芯好空 2024-09-19 07:05:57

您必须安装 ODBC 驱动程序。 http://packages.ubuntu.com/hardy/unixodbc

You must have an ODBC driver installed. http://packages.ubuntu.com/hardy/unixodbc

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文