Re: mysql_install_db problem

2005-03-11 Thread Alex S Moore
jose wrote: I´ve problems with mysql_install_db I´m trying to install mysql (last version 4.1.10) in a x86 solaris 10 release. I prove with other version of solaris like 9 or 8 and always is the same result. The system return a core file but give me none log error. One strange thing is that was abl

mysql_install_db problem

2005-03-11 Thread jose
I´ve problems with mysql_install_db I´m trying to install mysql (last version 4.1.10) in a x86 solaris 10 release. I prove with other version of solaris like 9 or 8 and always is the same result. The system return a core file but give me none log error. One strange thing is that was able to install

RE: mysql_install_db problem!!

2004-12-16 Thread manasvini nandakumar
Hi all, Initially, I had also suspected an NFS problem,I tried the same process on a local flash file system on the target board.It still yielded the same problems. the "mysql" user has complete privileges on the directory (MYSQL's data directory /usr/local/mysql/var/).I had also tested a sampl

RE: mysql_install_db problem!!

2004-12-16 Thread Anil Doppalapudi
, December 16, 2004 8:28 PM To: manasvini nandakumar Cc: [EMAIL PROTECTED] Subject: Re: mysql_install_db problem!! manasvini nandakumar wrote: >Hi all, > >I have cross compiled mysql-4.1.7 (from the source distribution)for an IXP425 based board with Montavista Linux-3.0.When I run mysql_i

Re: mysql_install_db problem!!

2004-12-16 Thread gerald_clark
manasvini nandakumar wrote: Hi all, I have cross compiled mysql-4.1.7 (from the source distribution)for an IXP425 based board with Montavista Linux-3.0.When I run mysql_install_db --user=mysql ...It runs into several errors with the following log [EMAIL PROTECTED]: /usr/local# ./bin/mysql_instal

mysql_install_db problem!!

2004-12-16 Thread manasvini nandakumar
Hi all, I have cross compiled mysql-4.1.7 (from the source distribution)for an IXP425 based board with Montavista Linux-3.0.When I run mysql_install_db --user=mysql ...It runs into several errors with the following log [EMAIL PROTECTED]: /usr/local# ./bin/mysql_install_db --user=mysql WARNING

RE: mysql_install_db problem

2004-05-26 Thread J.R. Bullington
The easy way around this is to change your hostname to 'localhost,' install the scripts, and then change your hostname back. There are other ways to fixing this, but that's the fastest, I've found. J.R. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe

mysql_install_db problem

2004-05-26 Thread Bono, Saroj AA R62
I'm on Linux and had to install the myself server since that didn't work from the Linux install cd. When I run mysql_install_db I get "host name lookup failure" . Please configure the hostname. However in my Linux hosts table I DO have the localhost address. and if I do resolveip localhost from

RE: mysql_install_db problem

2002-01-07 Thread Robert L. Yelvington
To: [EMAIL PROTECTED] Subject: mysql_install_db problem I am running mysql on windows 98 & could not get the mysql_install_db to work. Anyone familar with this problem or know a way around? I checked the folder 'scripts' but did not see mysql_install_db in there ??? thanks i

mysql_install_db problem

2002-01-07 Thread Investor
I am running mysql on windows 98 & could not get the mysql_install_db to work. Anyone familar with this problem or know a way around? I checked the folder 'scripts' but did not see mysql_install_db in there ??? thanks in advance = Regards, Investorclb

Re: mysql_install_db problem

2001-03-08 Thread Gerald L. Clark
scripts/mysl_install_db --user=mysql Now that you have files and directories created under the wrong user, you can chown -R mysql /usr/local/mysql/var or whatever the data directory is on your system. Titus Purdin wrote: > > I am installing mysql-3.23.33-dec-osf5.1-alphaev6 on a DEC Alphastati

Re: mysql_install_db problem

2001-03-08 Thread Eric Gunnett
I am having the same problem, and can't seem to find a work around. If you go to version 29a I believe it works fine. -Eric >>> Titus Purdin <[EMAIL PROTECTED]> 03/08/01 11:25AM >>> I am installing mysql-3.23.33-dec-osf5.1-alphaev6 on a DEC Alphastation running True64 Unix version 5.0A. Logg

mysql_install_db problem

2001-03-08 Thread Titus Purdin
I am installing mysql-3.23.33-dec-osf5.1-alphaev6 on a DEC Alphastation running True64 Unix version 5.0A. Logged in as root, when I run scripts/mysql_install_db as part of the installation, it runs as far as % scripts/mysql_install_db Preparing db table Preparing host ta