[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] FW: Mysql Not Connecting
- Subject: Re: [cobalt-users] FW: Mysql Not Connecting
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Wed Jun 28 05:30:27 2000
- Organization: Pomfret Computer Technologies
> >Hi!
>
> >You will need to rebuild MySQL again.
>
> >But before doing that you should :
>
> >- upgrade MySQL to 3.22.32 or 3.23.19
> >- upgrade kernel to 2.2.16
> >- upgrade glibc to the latest available for MIPS
> >- upgrade compiler to gcc 2.95.2
>
> Can someone direct me to where I can download these for RAQ2.
>
> Another important question is that I have databases set up with existing
> information in them, I don't want to lose this very important information,
> so can someone suggest how I can grab the information and dump it straight
> into the databases created that will the existing tables or data
unaffected.
>
> Thanks
>
> JA
I don't see why this person recommended that you upgrade/rebuild everything.
Especially if you already had MySQL up and running without problems. Maybe
the update to the latest MySQL depending on the version you're running, but
that's about it.
First, if you really need to get MySQL running, I would start it with
safe_mysqld. To do that, find the startup script safe_mysqld which should
be located in your MySQL bin/ directory or some place equivalent. Once you
find it, from a shell type as the root user (or the MySQL user if you set
one up):
/path/to/safe_mysqld &
That will at least get MySQL up and running while you tool around with
putting it into your startup scripts.
BC