Re: mysql
Honza Horak <[email protected]> Mon, 26 Aug 2013 16:41:46 +0200
| Newsgroups | gmane.comp.db.mysql.odbc |
|---|---|
| Message-ID | <[email protected]> |
On 08/26/2013 04:22 PM, Lebogang Maloisane wrote: > this is when i verify if mysql is installed > MySQL-python-1.2.3-0.1.c1.el5 > mysql-5.0.95-5.el5_9 > libdbi-dbd-mysql-0.8.1a-1.2.2 > perl-DBD-MySQL-3.0007-2.el5 > mysql-5.0.95-5.el5_9 > > and yes there it is but i want mysql connector its not there all i need > is the command for it So this should work as root: # yum install mysql-server mysql-connector-odbc Honza > > > > > ------------------------------------------------------------------------ > *From:* Honza Horak <[email protected]> > *To:* Lebogang Maloisane <[email protected]> > *Cc:* "[email protected]" <[email protected]> > *Sent:* Monday, August 26, 2013 6:52 AM > *Subject:* Re: mysql > > On 08/26/2013 03:39 PM, Lebogang Maloisane wrote: > > CentOS release 5.9 (Final) > > this is what i am uisng > > Great, then mysql-server should be available. > > > ------------------------------------------------------------------------ > > *From:* Honza Horak <[email protected] <mailto:[email protected]>> > > *To:* Lebogang Maloisane <[email protected] > <mailto:[email protected]>> > > *Cc:* "[email protected] <mailto:[email protected]>" > <[email protected] <mailto:[email protected]>> > > *Sent:* Monday, August 26, 2013 6:31 AM > > *Subject:* Re: mysql > > > > On 08/26/2013 02:58 PM, Lebogang Maloisane wrote: > > > when i try to install mysql server this is what i get: > > > > > > Loaded plugins: fastestmirror > > > Loading mirror speeds from cached hostfile > > > * base: mirror.ufs.ac.za > > > * extras: mirror.ufs.ac.za > > > * updates: mirror.ufs.ac.za > > > base | 1.1 kB > 00:00 > > > extras | 2.1 kB 00:00 > > > updates | 1.9 kB 00:00 > > > Excluding Packages in global exclude list > > > Finished > > > Setting up Install Process > > > No package mysql-server available. > > This is weird, I see that package on the mirror mirror.ufs.ac.za: > http://mirror.ufs.ac.za/centos/5.9/updates/x86_64/RPMS/mysql-server-5.0.95-5.el5_9.x86_64.rpm > > If "rpm -q mysql-server" still doesn't print any output (i.e. > mysql-server is still not installed), try to check your repository > settings, clean yum cache ("yum clean all") or install necessary RPMs > manually by downloading then from the mirror above eventually. > > After installing mysql-server you should be able to start the daemon by > running the following by root: > # service mysqld start > > Regards, > Honza > > > -- MySQL ODBC Mailing List For list archives: http://lists.mysql.com/myodbc To unsubscribe: http://lists.mysql.com/myodbc