John Beck on Sun, 17 Jun 2001 13:14:25 -0400


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] DBD:MySql


I had some trouble installing MySql on RH7.1 also.  Here is what I did:
 
Installed the 4 different RPM's from the CD (MySQL, Client9, Server, and Development) by doing: rpm -ivh 'filename'
 
Next, instead of doing what the manual said to do, I just typed: /etc/rc.d/init.d/mysqld start
to start the server.  Once the server was running, it was just a matter of typing: mysql
which brought me to the mysql monitor (mysql>)
 
I am not at all familiar with what the DBD files are that you are referring to.  I didn't need to get involved with those files at all during my install.  Also, after I got everything setup and running, I then set up my machine so the mysqld server starts at boot, and created a user account and password for mysql.  I haven't had any trouble since...
 
Let us know how you make out!
----- Original Message -----
Sent: Saturday, June 16, 2001 9:15 AM
Subject: [PLUG] DBD:MySql

Having trouble installing DBD:MySql. It can't find mysql.h file(?)
Running RH 6.2 & MySQL 3.22.32
Following are installed:
DBD::ADO
DBD::ExampleP
DBD::Multiplex
DBD::NullP
DBD::Proxy
DBD::Sponge
DBI
DBI::FAQ
DBI::Format
DBI::ProxyServer
DBI::Shell
 
 
Thanks in Advance
 

  • References: