<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
<TT>If you installed FC3 "out of the box", mysql should run ok.</TT><BR>
<BR>
<TT>First:      check if you have installed postgresql and if it is running</TT><BR>
<TT>            </TT>      <TT>#rpm -qa postgresql</TT><BR>
<TT>            </TT>        <TT>postgresql-7.4.6-1.FC3.1</TT><BR>
                        <TT>(is installed)</TT><BR>
<TT>               #/etc/rc.d/init.d/postgresql status or #service postgresql status</TT><BR>
<TT>            (see if it is runing)</TT><BR>
<BR>
<TT>Second:     stop postgresql</TT><BR>
<TT>                #/etc/rc.d/init.d/postgresql stop</TT><BR>
<TT>            uninstall postgresql</TT><BR>
<TT>                #rpm -e postgresql</TT><BR>
<BR>
<TT>Third:    start mysql</TT><BR>
<TT>             #/etc/rc.d/init.d/mysqld start</TT>    or   <TT>#service m</TT>ysqld<TT> sta</TT>rt<BR>
<BR>
<TT>The root password is nothing after install. Try mysql:</TT><BR>
<BR>
<TT>#mysql -u root</TT><BR>
<BR>
I<TT>f you have mysql prompt it is running ok:</TT><BR>
<BR>
<TT>Welcome to the MySQL monitor.  Commands end with ; or \g.</TT><BR>
<TT>Your MySQL connection id is 6 to server version: 3.23.58</TT><BR>
<BR>
<TT>Type 'help;' or '\h' for help. Type '\c' to clear the buffer.</TT><BR>
<BR>
<TT>mysql></TT><BR>
<BR>
<TT>Ricardo Fernandes</TT><BR>
<TT>(by my newb experience)</TT>
</BODY>
</HTML>