On Thu, 2006-03-16 at 08:49 -0500, Eric Beversluis wrote: > On Thu, 2006-03-16 at 14:26 +0100, Alexander Dalloz wrote: > > Am Do, den 16.03.2006 schrieb Eric Beversluis um 14:20: > > > > > According to Add/Remove Application, MySQL has been installed, but I > > > don't know how to find it. > > > > rpm -qa mysql\* > > rpm -ql <packagename> lists you all the content the specific RPM > > ships with > > > > [root@sonyc ~]# rpm -qa mysql\* > mysqlclient10-3.23.58-6 > mysql-4.1.11-2 > mysql-devel-4.1.11-2 > mysql-server-4.1.11-2 > > > > So how do I find it and how do I start the client? > the client is started from the command line with "mysql" However, in order to connect the server must be running first. As root do "service mysqld start" and it will do the first startup then the client can connect. > > > > > You just use the client. What needs to be started is the mysqld (MySQL > > Server process). > > > > > EB > > > > Alexander > > > > > > -- > > fedora-list mailing list > > fedora-list@xxxxxxxxxx > > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list >