Re: mysql_upgrade doesn't find its own stuff

2006-08-08 Thread Yves Goergen
On 08.08.2006 13:16 CE(S)T, chris smith wrote: > Are you sure about that ? Well, I'm sure about what I've seen. > Notice that you're installing into /usr/local/mysql5 which is NOT a > standard path. > > Maybe it's finding an old version, check it: > > mysql --version The 'mysql' binary it find

Re: mysql_upgrade doesn't find its own stuff

2006-08-08 Thread chris smith
On 8/8/06, Yves Goergen <[EMAIL PROTECTED]> wrote: Hello, I was just trying out the mysql_upgrade script on my MySQL 5.0 server but it shows an error message that makes me believe it doesn't know where to find its own data. Here's what I did: mysql_upgrade --basedir=/usr/local/mysql5 --datadir

mysql_upgrade doesn't find its own stuff

2006-08-08 Thread Yves Goergen
Hello, I was just trying out the mysql_upgrade script on my MySQL 5.0 server but it shows an error message that makes me believe it doesn't know where to find its own data. Here's what I did: mysql_upgrade --basedir=/usr/local/mysql5 --datadir=/var/mysql5/data --password And this is what I got: