I installed the mysql package WHAT IS NEXT? AHT ARE THE BASIC STEPS I NEEDTO TAKE JUST TO CREATE A $@#$@$@#$

David L Norris dave at webaugur.com
Sat Feb 28 08:18:50 UTC 2004


On Sat, 2004-02-28 at 04:53, Technical wrote:
> Check that mysqld is running and that the socket:
> '/var/lib/mysql/mysql.sock' exists!

As the error message says: Check that mysqld is running.  If not then
you need to start it.  If it is running or dead then I'd be surprised.

Check the server's status (running, stopped, dead, etc):
  service mysqld status

If its not been started then the status will look like:
$ service mysqld status
mysqld is stopped



If it is stopped then become root:
  su -

Start the service:
  service mysqld start

Start the service at boot if you desire:
  chkconfig mysqld on


You can also use the graphical service control utility found under Main
Menu -> System Settings -> Server Settings if you prefer.

Basic System Administration documentation (close enough for FC1):
  http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/admin-primer/

-- 
 David Norris
  http://www.webaugur.com/dave/
  ICQ - 412039
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20040228/c93bb756/attachment-0002.bin 


More information about the users mailing list