使用哪个 odbc 连接器?
我从以下代码中收到此错误:
$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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须安装 ODBC 驱动程序。 http://packages.ubuntu.com/hardy/unixodbc
You must have an ODBC driver installed. http://packages.ubuntu.com/hardy/unixodbc