cedric <[EMAIL PROTECTED]> writes:
> The MySQL manual refers to files in /usr/local/.
> /usr/local/ in RH7.1 is empty.
> Could this be the reason why I'm having so much trouble installing MySQL?
> If so, how can I get rpm to install MySQL in /usr/local/?
Files managed by rpm shouldn't be in /usr
to find out where your files ended up:
cd /
find . -name mysql
mine weren't where I expected, but even so MySQL runs just fine where they
are ;)
At 04:38 17/10/01 -0700, you wrote:
>The MySQL manual refers to files in /usr/local/.
>/usr/local/ in RH7.1 is empty.
>Could this be the reason why I'm