Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
installing mysql

installing mysql

2003-02-24       - By James P. Roberts

 Back
Reply:     1     2     3     4     5  

> hello again
>
> please help me
>
> after i have installed these 3 rpm's, what do i then do, to get
> mysql running on my server ?

You'll want to follow the detailed instructions in a good textbook, or
at least the documentation that comes with mysql.  Having been through
it once, a while back, I remember it being somewhat tricky.  The essence
of it is, you'll need to manually create at least one database on the
server, and at least one mysql user.  You will also want to enable the
mysql service, to re-start at boot time (see "SysVinit" stuff).

The basic idea is, you'll need to set up mysql users, create one or more
databases for them to use, and define permissions for the users with
respect to each database, its tables, etc.  This is why you'll need good
documentation.  I couldn't even begin to step you through it via email.
What you do will depend greatly on what you want yourself, and other
users, to be able to do with it.

Hint: stay very aware of security issues, especially if you are going to
open it up to access via PHP.  You don't want users messing with each
other's data, even accidentally.

Regards,
Jim

p.s. - Thanks for not sending HTML email this time!  Much appreciated!