hey, First check whether you have installed mysql-server or not .You can check through this command : rpm -qa | grep mysql-* it will show u all the mysql rpms installed on ur pc. After installing mysql-server.Give this command to create a root/admin user for the mysql. Note: the root user of Mysql is different from the root user of FC3. mysqladmin -u root password yourpassword. If you want to use mysql thereafter give this command: mysql -u root -p then it will ask for the password of the root(mysql root). You can download mysql-administrator for managing the databases and users on mysql .It is a GUI based tool and you will find it helpful in the beginning. If you face any other problem don't hesitate to post it over here. Regards Ankush On Mon, 28 Feb 2005 13:36:28 -0600, David Hoffman <dhoffman2004@xxxxxxxxx> wrote: > On Mon, 28 Feb 2005 13:33:11 -0600, Jay Paulson <jpaulson@xxxxxxxx> wrote: > > After installing Fedora C3 I went to connect to MySQL. I got an error > > message about the mysql.sock file missing. Upon further investigation > > it sure enough was missing as well as the 'mysql' script to > > start|stop|restart the deamon in the /etc/init.d directory. I've done > > ps awx to see if it was even running and sure enough it is not. I did > > rpm -q mysql and sure enough it is installed. Is there something I'm > > missing here? > > > > You installed the client, but not the server. > Try: yum install mysql-server > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >