MySQL Client question
Posted: Mon Feb 05, 2007 5:27 pm
Ok, so I am trying my hand at getting MySQL 5 loaded on a new dedicated server running Fedora Core 4. I got that to work without incident, but the problem I am having now is that PHP is stll recognizing the old mysql client API version. I installed the MySQL-client-5.0.27.....rpm, and at the command line, mysql is running fine. But calling a stored proc from the database is throwing errors that I am almost certain are related to the client.
Is anyone apt enough to help me figure this out?
Is anyone apt enough to help me figure this out?
Code: Select all
[root@]# yum info MySQL-client
Setting up repositories
Reading repository metadata in from local files
Installed Packages
Name : MySQL-client
Arch : i386
Version: 5.0.27
Release: 0.glibc23
Size : 9.3 M
Repo : installed
Summary: MySQL - Client
Description:
This package contains the standard MySQL clients and administration tools.
For a description of MySQL see the base MySQL RPM or http://www.mysql.comCode: Select all
[root@]# yum info mysql
Setting up repositories
Reading repository metadata in from local files
Available Packages
Name : mysql
Arch : i386
Version: 4.1.20
Release: 1.FC4.1
Size : 2.9 M
Repo : updates-released
Summary: MySQL client programs and shared libraries.
Description:
MySQL is a multi-user, multi-threaded SQL database server. MySQL is a
client/server implementation consisting of a server daemon (mysqld)
and many different client programs and libraries. The base package
contains the MySQL client programs, the client shared libraries, and
generic MySQL files.