Solaris 10 bug with mysql_install_db

2008-12-03 Thread Adam Thompson
Description: running mysql_install_db does not correctly fill grant tables How-To-Repeat: run mysql_install_db; attempt to connect, fail. Fix: Edit #!/bin/sh to use **ANY OTHER SOLARIS SHELL** Submitter-Id: [EMAIL PROTECTED] Originator:Adam Thompson Organization

mysql_install_db calls mysqld, which hangs (MySQL 6.0.6 under FreeBSD 7.0-STABLE)

2008-09-02 Thread Edward Ruggeri
by the port. I copy /usr/local/share/my-medium.cnf to /etc/my.cnf. I run: cd /usr/local/mysql; chown -R mysql .; chgrp -R mysql . I then execute mysql_install_db --user=mysql; this prints Install MySQL system tables... but nothing more. When I run ps aux | grep mysql to see what has happened, I see

mysql_install_db

2008-04-28 Thread Mark-E
if that created the mysql database or not (don't think so). Anyway if someone could let me know what this script creates, that would help me a lot. Thanks!! Mark -- View this message in context: http://www.nabble.com/mysql_install_db-tp16945907p16945907.html Sent from the MySQL - General

Re: mysql_install_db

2008-04-28 Thread Saravanan
Hi, mysql_install_db is a script to create the mysql database which is the database we need all the time to run mysql server. Information_schema is not a physical database. It will not come under the data folder. That database is to keep the details of the current status of existing databases

error with the script mysql_install_db

2007-04-28 Thread Thibaud Hulin
Hello, I'm trying to install mysql 4.1 After the installation, I launch the script for the post-installation, in scripts/mysql_install_db I get this error : Could not find help file 'fill_help_tables.sql' in ./support-files or inside .. When I try to go on phpmyadmin, it doesn't work

mysql_install_db does not use correct datadir

2006-12-23 Thread Rick Pelleg
Description: I downloaded mysql-standard-5.0.27-solaris8-sparc-64bit.pkg from the MySQL site, and installed it by a default pkgadd - it installed itself under /opt/mysql/mysql. I then ran mysql_install_db as root with single option --user=mysql, and then tried mysqld_safe but it failed. So I

Re: problem running mysql_install_db

2006-05-15 Thread sheeri kritzer
://dev.mysql.com/doc/refman/4.1/en/unix-post-installation.html Transcript: # su mysql bash-3.00$ cd /var/lib bash-3.00$ mysql_install_db Installing all prepared tables Fill help tables ERROR: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version

problem running mysql_install_db

2006-05-14 Thread don-temp28
to follow directions in http://dev.mysql.com/doc/refman/4.1/en/unix-post-installation.html Transcript: # su mysql bash-3.00$ cd /var/lib bash-3.00$ mysql_install_db Installing all prepared tables Fill help tables ERROR: 1064 You have an error in your SQL syntax; check the manual that corresponds

Error while runnign ./scripts/mysql_install_db --user=mysql

2006-04-04 Thread Jacques_Levac
SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `' and `'). SEND-PR: From: root To: mysql@lists.mysql.com Subject: [Error while runnign ./scripts/mysql_install_db --user=mysql] Description

Re: Trouble running mysql_install_db

2005-10-28 Thread Gleb Paharenko
Hello. What am I missing? I installed MySQL using the installer package. Usually installer has run mysql_install_db, but if you still want to rerun it, invoke mysql_install_db with --user=mysql option under the root account, and fix possible issues with the rights using 'chmod' later

Trouble running mysql_install_db

2005-10-27 Thread Bruce Martin
Hello all, I just installed MySQL 5 on Mac OS 10.3.9. Now when I try to create a user using any method it does not work. I read I may have to run the mysql_install_db script so I did, but I get these results: mkdir: ./data/mysql: Permission denied chmod: ./data/mysql: Permission denied mkdir

Error while running mysql_install_db on Solaris 8

2005-08-30 Thread Helal Khan
Please see the attached output of the bug report and an output file of the messages that came out in the screen on Sun Solaris 8 while running the mysql_install_db for MySQL version 4,1.14, 64 bit. I got the same message for 32 bit version also. I tried MySQL version 4,1.12, 64 bit and 32 bit

Re: Error while running mysql_install_db on Solaris 8

2005-08-30 Thread SGreen
Helal Khan [EMAIL PROTECTED] wrote on 08/30/2005 04:35:48 PM: Please see the attached output of the bug report and an output file of the messages that came out in the screen on Sun Solaris 8 while running the mysql_install_db for MySQL version 4,1.14, 64 bit. I got the same message for 32

RE: Error while running mysql_install_db on Solaris 8

2005-08-30 Thread Logan, David (SST - Adelaide)
Hi, Your error message khanstation# scripts/mysql_install_db --user=mysql Installing all prepared tables ld.so.1: ./bin/mysqld: fatal: libz.so.1: open failed: No such file or directory -- means you don't have zlib installed or you don't

Re: mysql_install_db for linux basedir query

2005-05-05 Thread Mark Sargent
Sargent. Hi All, does nobody understand why this is so.? I keep having to move the script to /usr/local/mysql to get it to run. That is just, well, weird. Anyone else out there using the tar.gz install and if so, could you confirm that your scripts/mysql_install_db code has the same thing

mysql_install_db for linux basedir query

2005-05-02 Thread Mark Sargent
Hi All, if this script is in scripts by default, why does it have the following code, test -z $ldata ldata=./data if test -z $basedir then basedir=. bindir=./bin execdir=./bin pkgdatadir=./support-files else bindir=$basedir/bin if test -x $basedir/libexec/mysqld then

Error running mysql_install_db on Solaris10 x86

2005-04-26 Thread Joshua Mendenhall
Description: Running mysql_install_db generates an error. As follows: bash-3.00# scripts/mysql_install_db --user=mysql Installing all prepared tables Illegal Instruction - core dumped Installation of system tables failed! Examine the logs in ./data for more

libCstd.so.1 not found while running mysql_install_db

2005-04-25 Thread Anirban Karmakar
Hi, I installed mysql-standard-4.0.24-sun-solaris2.8-sparc on a Solaris 5.8 macine. However while i'm running the mysql_install_db script i'm getting the error ld.so.1: ./bin/mysqld: fatal: libCstd.so.1: open failed: No such file or directory Killed Installation of grant tables failed! I've my

RE: libCstd.so.1 not found while running mysql_install_db

2005-04-25 Thread mathias fatene
@lists.mysql.com Subject: libCstd.so.1 not found while running mysql_install_db Hi, I installed mysql-standard-4.0.24-sun-solaris2.8-sparc on a Solaris 5.8 macine. However while i'm running the mysql_install_db script i'm getting the error ld.so.1: ./bin/mysqld: fatal: libCstd.so.1: open failed

RE: libCstd.so.1 not found while running mysql_install_db

2005-04-25 Thread mathias fatene
: libCstd.so.1 not found while running mysql_install_db Do you have /cnem/server/bin/mysqld file ? Is it exec (6xx)? Best Regards Mathias FATENE Hope that helps *This not an official mysql support answer -Original Message- From: Anirban Karmakar [mailto:[EMAIL

Re: install Mysql----to ./mysql_install_db ERROR

2005-03-28 Thread Gleb Paharenko
Hello. Do you have previous installations of MySQL server? [1]+ Done ./mysqld_safe What is in the error log? See: http://dev.mysql.com/doc/mysql/en/starting-server.html mandrake 10.1 mysql 4.1.10a [EMAIL PROTECTED] bin]# ./mysql_install_db Installing all prepared tables

install Mysql----to ./mysql_install_db ERROR

2005-03-26 Thread yen0622
mandrake 10.1 mysql 4.1.10a [EMAIL PROTECTED] bin]# ./mysql_install_db Installing all prepared tables ERROR: 1062 Duplicate entry 'localhost-root' for key 1 ERROR: 1062 Duplicate entry 'localhost-' for key 1 Fill help tables angin continue next steup also error [EMAIL PROTECTED] bin

Re: ./mysql_install_db: line 86: my_print_defaults: command not found

2005-03-14 Thread Gleb Paharenko
Hello. [EMAIL PROTECTED] scripts]# mysql_install_db --user=mysql -bash: mysql_install_db: command not found [EMAIL PROTECTED] scripts]# ./mysql_install_db --user=mysql ./mysql_install_db: line 86: my_print_defaults: command not found Could not find help file 'fill_help_tables.sql

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

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

./mysql_install_db: line 86: my_print_defaults: command not found

2005-03-11 Thread Mark Sargent
Hi All, after experiencing trouble with the rpm install on Fedora3, I went with the tar install. All went well, until I got to this part of the install manual, After you complete the procedure and have the server running, you should assign passwords to the accounts created by *mysql_install_db

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

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_install_db --user

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 sample

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_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

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

Re: Problem with mysql_install_db

2004-04-10 Thread Boyd Lynn Gerber
Hi Mickey and others, Here is the location of the lxrun information. ftp://ftp2.sco.com/pub/skunkware/emulators/lxrun-FAQ.html This is for lxrun. MySQL does run in a native form on mysql and it uses gcc. To build or run MySQL on OpenServer you need to install the libraries and linker from

Problem with mysql_install_db

2004-04-09 Thread Mickey
. Using --log gives you a log in ./data that may be helpful. The latest information about MySQL is available on the web at http://www.mysql.com Please consult the MySQL manual section: 'Problems running mysql_install_db', and the manual section that describes problems on your OS. Another information

Re: Problem with mysql_install_db

2004-04-09 Thread Boyd Lynn Gerber
On Fri, 9 Apr 2004, Mickey wrote: I am trying to install Mysql (mysql-standard-4.0.18-pc-linux-i686.tar.gz) on my 'SCO_SV 3.2 5.0.5 i386' unix machine. This is for linux. Do you have the lxrun installed? If you have lxrun installed and updated to the lastest libraries then it will work. If

Re: mysql_install_db and error 22

2004-01-29 Thread Dan Muey
when running mysql_install_db following the same instructions mentioned at the link above. It does create the 'mysql' and 'test' directories in the data directory but no files in either. (Although isn't 'test' empty at the start anyway?) I feel like if I could get the mysq/ db tables set up I'd

4.1.1 alpha and mysql_install_db grant tables issue

2003-12-30 Thread Will Lowe
The mysql_install_db script shipped with 4.1.1-alpha seems to leave the mysql/* (user,host,etc.) tables owned root.root on my Debian system; this makes mysqld fail to start after the grant tables are installed. It looks like this is because mysql_install_db calls mysqld with --bootstrap

mysql_install_db and error 22

2003-12-27 Thread A. Tucovic
This is a new 4.0.17 source install on Panther, and this is as far as I got. sudo /usr/local/mysql/bin/mysql_install_db Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing columns_priv table Installing all prepared tables Got

Mysqld 4.0.14 crash when mysql_install_db

2003-09-04 Thread Axel Siebenwirth
hi, i have built and installed mysql-4.0.14 to /usr/local/mysql and want to set up initial grant tables now but mysql_install_db fails and I am lost. What shall I do now? Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing

mysql_install_db static compilation problem solved

2003-08-27 Thread Doruk Fisek
Hi, When compiling MySQL with statically linking options (with glibc 2.3.1), There weren't any errors during configure and compilation stages but mysql_install_db was giving out a segmentation fault. The list archives had suggested to give up statically linking libraries, which worked fine

mysql_install_db on Mysql 4.1.0 seg-faults

2003-08-18 Thread Simon
install'... But then I go to run mysql_install_db (as root) and it segfaults. Output here: shiro mysql-4.1.0-alpha # scripts/mysql_install_db Installing privilege tables mysqld got signal 11; This could be because you hit a bug. It is also possible that this binary or one of the libraries

unable to run mysql_install_db please help

2003-08-14 Thread Sandeep Sodhi
Dear Sir/Madam i am trying to run mysql_install_db but my windows xp command prompt give me the following error: 'mysql_install_db' is not recognized as an internal or external command, operable program or batch file. How can i run this line? please help thank you very much Sandeep Sodhi

Re: unable to run mysql_install_db please help

2003-08-14 Thread Egor Egorov
Sandeep Sodhi [EMAIL PROTECTED] wrote: i am trying to run mysql_install_db but my windows xp command prompt give me the following error: 'mysql_install_db' is not recognized as an internal or external command, operable program or batch file. How can i run this line? You should

Re: mysql_install_db crash

2003-07-23 Thread Doruk Fisek
be safe. I compiled GCC 2.95.3 on my system, compiled MySQL with using it but the same problem resides with mysql_install_db. I then noticed that this mailing list is also available through Google Groups. The search I made was more efficient than the one I made on the lists.mysql.com site. I found two

mysql_install_db crash

2003-07-22 Thread Doruk Fisek
--with-client-ldflags=-all-static --without-innodb The configure and the compilation reports no errors. When I run mysql_install_db, it gives out a segmentation fault. Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv

Re: mysql_install_db crash

2003-07-22 Thread MySQL
X-Original-To: [EMAIL PROTECTED] X-Original-To: [EMAIL PROTECTED] Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Date: Tue, 22 Jul 2003 22:30:03 +0300 From: Doruk Fisek [EMAIL PROTECTED] I am compiling MySQL 4.0.14 with GCC 3.2.3, Glibc 2.3.1 and Linux 2.4.21 on a

mysql_install_db

2003-07-07 Thread J.Rainer
-3.23.57-hp-hpux10.20-hppa mysql shell cd mysql shell scripts/mysql_install_db # output from mysql_install_db -- Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing columns_priv table Installing all prepared tables

Can not run mysql_install_db

2003-06-16 Thread hyan037
, there is only one database in, which is 'test'. There suppose to have mysql in. I checked the manual, and find I should run scripts/mysql_install_db , I runed but then it show me * [Snow:/usr/local/mysql] richardb% chown: /usr/local/mysql/data/Snow.local..err

Re: Can not run mysql_install_db

2003-06-16 Thread Roman Neuhauser
'. There suppose to have mysql in. I checked the manual, and find I should run scripts/mysql_install_db , I runed but then it show me * [Snow:/usr/local/mysql] richardb% chown: /usr/local/mysql/data/Snow.local..err: Operation not permitted Starting mysqld

Re: Can not run mysql_install_db

2003-06-16 Thread Nils Valentin
in, which is 'test'. There suppose to have mysql in. I checked the manual, and find I should run scripts/mysql_install_db , I runed but then it show me * [Snow:/usr/local/mysql] richardb% chown: /usr/local/mysql/data/Snow.local..err: Operation

Re: Can not run mysql_install_db

2003-06-16 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-06-17 11:25:36 +0900: Hi Roman, just saw this by chance. sockstat -4l | grep 3306. I never heard of such a tool , also I did not find any info on the internet. I assume you dont mean sock, of course. Could you let me know where I can find the tool ?

Re: Can not run mysql_install_db

2003-06-16 Thread Nils Valentin
Hi Roman, I see, thank you. I guess that translates for me on a Linux system than to netstat. Best regards Nils Valentin Tokyo/Japan 2003 6 17 14:21Roman Neuhauser : # [EMAIL PROTECTED] / 2003-06-17 11:25:36 +0900: Hi Roman, just saw this by chance. sockstat -4l | grep 3306.

binary install of mysql_install_db hangs

2003-02-27 Thread marc2
Description: I've tried several times to get mysql to install on my linux box, to no avail. Everytime, the mysql_install_db script hangs when it tries to run mysqld. Running mysqld by hand hangs the same way as well. I've seen over a dozen reports of this on the mysql mailing list in the last

mysql_install_db numbers in output

2003-02-10 Thread dashielljt
How-To-Repeat: Fix: Submitter-Id: submitter ID Originator: Organization: MySQL support: [none | licence | email support | extended email support ] Synopsis: Severity: Priority: Category: mysql Class: Release: mysql-3.23.39

mysql_install_db doesn't install grant tables

2003-01-29 Thread Ozlem Celik
Description: When I tried to start MySQL server with shell/usr/bin/safe_mysqld it gave me the error: - Starting mysqld daemon with databases from /var/lib/mysql 030128 08:56:42 mysqld ended

Re: mysql_install_db doesn't install grant tables

2003-01-29 Thread Veysel Harun Sahin
have look at http://www.mysql.com/doc/en/mysql_install_db.html [EMAIL PROTECTED] wrote: Description: When I tried to start MySQL server with shell/usr/bin/safe_mysqld it gave me the error: - Starting

Change mysql_install_db script?

2003-01-17 Thread Richard Taubo
Hi! Installing the latest MySQL 4 build on Mac OS X, I got a couple of errors when running the mysql_install_db script (sudo ./scripts/mysql_install_db) from the mysql directory: ERROR: 1062 Duplicate entry 'localhost-root' for key 1 ERROR: 1062 Duplicate entry 'localhost-root' for key 1

Problems running mysql_install_db

2003-01-16 Thread Ada Jimenez Primo
Description: When i run scripts/mysql_install_db: Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing columns_priv table Installing all prepared tables mysqld got signal 11; This could be because you hit a bug. It is also possible

Incorrect information in file with mysql_install_db after clean install

2002-12-17 Thread Chun Zhen
Hello, I am having problems with mysql_install_db. I am running a bleeding-edge Gentoo system (gcc 3.2.1 and glibc 2.3.1, both with some compatibility patches. also running unpatched kernel 2.5.52). MySQL compiles with no errors or problems, but mysql_install_db will not run correctly

mysql_install_db crashed

2002-12-08 Thread shivaken
-static --without-bench --with-char-set=sjis 'CFLAGS=-O3 ' 'CXXFLAGS=-O3 -felide-constructors -fno-exceptions -fno-rtti' 'LDFLAGS= -s' mysql_install_db show this message. Some pointers may be invalid and cause the dump to abort... thd-query at 0x82a7c50 = CREATE TABLE db ( Host char(60) binary

Bad system call received during mysql_install_db

2002-12-05 Thread root
Description: Bad system call received during mysql_install_db How-To-Repeat: I have tried installing the binary mysql-max-3.23.53a-dec-osf5.1-alphaev6 as well as compiling from the source code mysql-3.23.53-dec-osf5.1-alphaev6. Perhaps I used the wrong code

Re: mysql_install_db fails mysqld cannot find libgthreads.so

2002-11-15 Thread John Griffiths
Use the same query except replace nvl((c.sr_num),0)) with count(*) John Lance Prais wrote: I have a question about using count in an Intersect Statement. I want to get the total count of the following SQL Statement: How would I do this? SELECT nvl((c.sr_num),0)), FROM s_evt_act a,

mysql_install_db fails mysqld cannot find libgthreads.so

2002-11-14 Thread john
Description: Running the mysql_install_db or configure scripts fail to install database tables. mysqld cannot find libgthreads.so even though it is in /usr/local/lib. Script also complains that libc are not 100 % compatible; I think I have the latest

RE: mysql_install_db fails mysqld cannot find libgthreads.so

2002-11-14 Thread Lance Prais
I have a question about using count in an Intersect Statement. I want to get the total count of the following SQL Statement: How would I do this? SELECT nvl((c.sr_num),0)), FROM s_evt_act a, s_srv_req c WHERE a.sra_sr_id = c.row_id and a.priv_flg = 'N' and a.x_cp_created between

mysql_install_db hangs

2002-11-12 Thread George Chelidze
/usr/bin/mysql_install_db -IN-RPM 5741 pts/2S 0:00 /usr/sbin/mysqld --bootstrap --skip-grant-tables --basedir=/ --datadir=/var/lib/mysql --skip-innodb --skip-gemini --skip-bdb #netstat -lnp | grep 3306 tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN - # I have tried to install mysql from

RE: mysql_install_db hangs

2002-11-12 Thread Black, Kelly W [PCS]
-Original Message- From: George Chelidze [mailto:wrath;geo.net.ge] Sent: Tuesday, November 12, 2002 1:39 AM To: [EMAIL PROTECTED] Subject: mysql_install_db hangs Hello, One of my custommers use mysql database and a few days ago he asked me to solve the strange problem with it. I don't know

Scripts/mysql_install_db error

2002-11-04 Thread Aaron Axelsen
Any suggestions?? I just installed and compiled mysql 3.23.53 and I get this error: [root@Alpha mysql-3.23.53]# scripts/mysql_install_db Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing columns_priv table Installing all

Scripts/mysql_install_db error

2002-11-04 Thread Aaron Axelsen
Any suggestions?? I just installed and compiled mysql 3.23.53 and I get this error: [root@Alpha mysql-3.23.53]# scripts/mysql_install_db Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing columns_priv table Installing all

Problems running mysql_install_db

2002-10-22 Thread Geert Gommeren
-hpux10.20-hppa1.1.tar 4) cd mysql-3.23.53-hp-hpux10.20-hppa1.1 5) ./scripts/mysql_install_db ... and this is the output: Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing columns_priv table Installing all prepared tables

Re: mysql_install_db script: can't find it

2002-10-20 Thread Randy Garland
: Saturday, October 19, 2002 6:34 AM Subject: re: mysql_install_db script: can't find it Randy, Saturday, October 19, 2002, 4:23:31 AM, you wrote: RG I've installed and re-installed MySQL on Windows (binary) multiple times, RG using multiple versions (3.x and 4.x). The reference manual

re: mysql_install_db script: can't find it

2002-10-19 Thread Victoria Reznichenko
Randy, Saturday, October 19, 2002, 4:23:31 AM, you wrote: RG I've installed and re-installed MySQL on Windows (binary) multiple times, RG using multiple versions (3.x and 4.x). The reference manual discusses a RG script called mysql_install_db, in the /scripts folder. I can't for the RG life

Re: mysql_install_db script: can't find it

2002-10-19 Thread Roland Schmid
RG I've installed and re-installed MySQL on Windows (binary) multiple times, RG using multiple versions (3.x and 4.x). The reference manual discusses a RG script called mysql_install_db, in the /scripts folder. I can't for the RG life of me find such a script anywhere on my machine. RG Do I

mysql_install_db script: can't find it

2002-10-18 Thread Randy Garland
Hello! I've installed and re-installed MySQL on Windows (binary) multiple times, using multiple versions (3.x and 4.x). The reference manual discusses a script called mysql_install_db, in the /scripts folder. I can't for the life of me find such a script anywhere on my machine. Do I need to do

Error when executing mysql_install_db

2002-09-11 Thread andre . villeneuve
Description: I have downloaded the binary mysql-3.23.52-hp-hpux10.20-hppa1.1.tar.gz grom mysql.com. After unzipping it and create the symbolic link in /usr/local/, I executed the script mysql_install_db. I receive the following message : Preparing db table Preparing host table Preparing user

Problem with mysql_install_db

2002-09-06 Thread Shravan Durvasula
Hi all, I am completely new to MySQL. I am trying to install MySQL on SUN SPARC Solaris 2.8. I downloaded mysql-3.23.52-sun-solaris2.8-sparc.tar.gz and did gunzip to unzip the file and then did gtar. When i try to run mysql_install_db, i get the following error

mysql_install_db prblem

2002-09-06 Thread Shravan Durvasula
Hi all, I am completely new to MySQL. I am trying to install MySQL on SUN SPARC Solaris 2.8. I downloaded mysql-3.23.52-sun-solaris2.8-sparc.tar.gz and did gunzip to unzip the file and then did gtar. When i try to run mysql_install_db, i get the following error

Re: mysql_install_db prblem

2002-09-06 Thread Gerald Clark
downloaded mysql-3.23.52-sun-solaris2.8-sparc.tar.gz and did gunzip to unzip the file and then did gtar. When i try to run mysql_install_db, i get the following error : *** *** *** ld.so

Problem running mysql_install_db

2002-09-05 Thread Shravan Kumar Durvasula
Description: I am a new user to MySQL. When i try to create the MySQL grant tables, it does not allow me to do that. How-To-Repeat: This is the error message that i get when i run mysql_install_db * ld.so.1

mysql_install_db problems on PS2!

2002-07-12 Thread Simon
I'm trying to install MySQL on my Playstation 2 (mipsel-pc-linux-gnu, apparently). For entertainment purposes, you understand. :) It configures, compiles, and installs fine, but when I get to running mysql_install_db, it gets a bit upset. Lots of error 1033. Am I going to be able to get

No response from mysql; mysql_install_db freezes

2002-06-03 Thread Peter Lloyd
From: Peter Lloyd [EMAIL PROTECTED] To: script Subject: No response from mysql; mysql_install_db freezes Description: I am following the installation instructions in the documentation, and after invoking the script 'mysql_install_db', I see a few announcements, then nothing happens. I waited

SUPPORT PLEASE - Error while running mysql_install_db

2002-05-07 Thread RRamasamymani
From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: SUPPORT PLEASE - Error while running mysql_install_db Description: After installing successfully mysql in my sun solaris - sparc machine, while i am trying to run the script mysql_install_db system has given the following error

Re: SUPPORT PLEASE - Error while running mysql_install_db

2002-05-07 Thread Victoria Reznichenko
RRamasamymani, Tuesday, May 07, 2002, 10:11:08 AM, you wrote: R From: [EMAIL PROTECTED] R To: [EMAIL PROTECTED] R Subject: SUPPORT PLEASE - Error while running mysql_install_db R Description: R After installing successfully mysql in my sun solaris - sparc machine, R while i am trying

mySQL under cygwin : mysql_install_db does not create host.frm

2002-05-03 Thread Olivier Delrieu
directory `/src/mysql/mysql-3.23.49/bdb' make: *** [info-recursive] Error 1 - mysql.build install = ok - mysql.build initdb = ok, but ./scripts/mysql_install_db says : Preparing db table Preparing host table Preparing user table Preparing func table

Re: mySQL under cygwin : mysql_install_db does not create host.frm

2002-05-03 Thread TP R Murthy
' make: *** [info-recursive] Error 1 - mysql.build install = ok - mysql.build initdb = ok, but ./scripts/mysql_install_db says : Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing

Re: mySQL under cygwin : mysql_install_db does not create host.frm

2002-05-03 Thread Gelu
[EMAIL PROTECTED] To: Olivier Delrieu [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, May 03, 2002 1:27 PM Subject: Re: mySQL under cygwin : mysql_install_db does not create host.frm hi, where are you running the server from? you might wanna try running from the base dir ./bin

RE: mySQL under cygwin : mysql_install_db does not create host.frm

2002-05-03 Thread Olivier Delrieu
sorry, no effect, the deamon could not be started anyway as there is no mysql database ... moreover, mysql_install_db lauch : /usr/libexec/mysqld --bootstrap --skip-grant-tables --basedir=/usr --datadir=/var/mysql/data --skip-innodb --skip-gemini --skip-bdb sql... and the sql statement

Fw: mysql_install_db still locking :-(

2002-04-10 Thread Chris Lamrock
- Original Message - From: Chris Lamrock [EMAIL PROTECTED] To: Egor Egorov [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 10:21 AM Subject: Re: mysql_install_db still locking :-( Egor, I'm running : Red Hat Linux release 7.0 (Guinness) on a Pentium III 450 with 128 meg of Ram

Re: mysql_install_db still locking :-(

2002-04-10 Thread Chris Lamrock
] Sent: Tuesday, April 09, 2002 10:00 AM Subject: Re: mysql_install_db still locking :-( Chris, Tuesday, April 09, 2002, 3:22:00 PM, you wrote: CL Still having this trouble with mysql.. Running the mysql_install_db renders CL this... CL Preparing db table CL Preparing host table CL

Re: Fw: mysql_install_db still locking :-(

2002-04-10 Thread Egor Egorov
and this is the most common situation, but I haven't heard of problems like this. Can you reinstall Red Hat from scratch and try again?.. Thanks for the reply! Chris Chris, Tuesday, April 09, 2002, 3:22:00 PM, you wrote: CL Still having this trouble with mysql.. Running the mysql_install_db

Re: mysql_install_db still locking :-(

2002-04-09 Thread Egor Egorov
Chris, Tuesday, April 09, 2002, 3:22:00 PM, you wrote: CL Still having this trouble with mysql.. Running the mysql_install_db renders CL this... CL Preparing db table CL Preparing host table CL Preparing user table CL Preparing func table CL Preparing tables_priv table CL Preparing

mysql_install_db locks after Installing all prepared tables

2002-04-08 Thread Chris Lamrock
Hi, I'm having some trouble with mysql.. Running the mysql_install_db renders this... Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing columns_priv table Installing all prepared tables At this point the script locks

Re: mysql_install_db locks after

2002-04-08 Thread Egor Egorov
Chris, Monday, April 08, 2002, 4:52:26 PM, you wrote: CL I'm having some trouble with mysql.. Running the mysql_install_db renders CL this... CL Installing all prepared tables CL At this point the script locks at this point won't go any further. CL I am using CL MySQL-3.23.49a-1.i386.rpm

mysql_install_db fails if ANSI mode enabled in my.cnf

2002-03-25 Thread butlerm
Description: mysql_install_db fails if ansi specified in my.cnf Appears to be related to columns called User in mysql database. How-To-Repeat: install database; set ansi mode in my.cnf; run mysql_install_db to rebuild security database Fix

SOLUTION: can't run mysql_install_db on Solaris 2.8

2002-03-15 Thread Chuck Roberts
Found the fix! What happened to me is I had used Winzip to unzip and untar the files on a Win2000 machine, then copied those files to the server. However, I found GNU tar, installed it, deleted my old mysql directory, and used GNU tar to untar the file in /usr/local. After that mysql_install_db

unable to invoke mysql prompt after installation and unable to run mysql_install_db

2002-03-14 Thread Ramanujam, Raghu
Unable to invoke mysql prompt after the trial download on sun solaris 2.8 Unix. attaching the error which i got after running the ./scripts/mysql_install_db -- ./scripts/mysql_install_db ld.so.1: ./bin/my_print_defaults: fatal: libz.so: open failed: No such file or directory WARNING

Error running scripts/mysql_install_db While installing AIX binaries

2002-03-13 Thread root
Description: shr.o not found in libz.a when running mysql-install_db How-To-Repeat: Output from mysql_install_db: root@cedar:/work/work/mysql/mysql-max-3.23.46-ibm-aix4.3.3.0-rs6000 scripts/mysql_install_db exec(): 0509-036 Cannot load program ./bin/my_print_defaults because

Re: Error running scripts/mysql_install_db While installing AIX binaries

2002-03-13 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: Description: shr.o not found in libz.a when running mysql-install_db How-To-Repeat: Output from mysql_install_db: root@cedar:/work/work/mysql/mysql-max-3.23.46-ibm-aix4.3.3.0-rs6000 scripts/mysql_install_db exec(): 0509-036 Cannot load program ./bin

RE: Mysql/Solaris: can't run configure or mysql_install_db

2002-03-11 Thread Chuck Roberts
-Original Message- From: Egor Egorov [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 09, 2002 6:08 AM To: [EMAIL PROTECTED] Subject: Mysql/Solaris: can't run configure or mysql_install_db Chuck, Friday, March 08, 2002, 5:56:59 PM, you wrote: CR Hi. We have Solaris 2.8

RE: Mysql/Solaris: can't run configure or mysql_install_db

2002-03-11 Thread Ahmed S K Anis
: Egor Egorov [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 09, 2002 6:08 AM To: [EMAIL PROTECTED] Subject: Mysql/Solaris: can't run configure or mysql_install_db Chuck, Friday, March 08, 2002, 5:56:59 PM, you wrote: CR Hi. We have Solaris 2.8 and just got Mysql 3.23. We installed the CR

RE: Mysql/Solaris: can't run configure or mysql_install_db

2002-03-11 Thread Kannan_R
Hi.. I had faced a similar problem with mysql_install_db..but i had downloaded the source and done a make .. I had to change the path of sh in the first line of the script mysql_install_db..the default path of sh is /bin/sh. I had to change it to /usr/bin/sh and did a make intall again and lo

  1   2   >