Re: mysql
Honza Horak <[email protected]> Mon, 26 Aug 2013 15:52:30 +0200
| Newsgroups | gmane.comp.db.mysql.odbc |
|---|---|
| Message-ID | <[email protected]> |
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]> > *To:* Lebogang Maloisane <[email protected]> > *Cc:* "[email protected]" <[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