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

Re: mysql_install_db for linux basedir query

2005-05-05 Thread Mark Sargent
Mark Sargent wrote: 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/mysql

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'

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

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

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

Re: mysql_install_db and error 22

2004-01-29 Thread Dan Muey
Howdy List, I came across this article in the mail archives: http://www.mail-archive.com/[EMAIL PROTECTED]/msg85864.html And subscribed to the list because I am having the same issue. (Hope A. Tucovic is still on the list!) I get: Got error 22 when trying to lock mutex in log.cc , line 1689 when

Re: mysql_install_db crash

2003-07-23 Thread Doruk Fisek
Hi, Tue, 22 Jul 2003 18:15:59 -0700 (PDT) tarihinde MySQL <[EMAIL PROTECTED]> soyle yazdi: DF> I am compiling MySQL 4.0.14 with GCC 3.2.3, Glibc 2.3.1 and Linux DF> 2.4.21 on a x86. ... DF> CFLAGS="-O2 -march=athlon" CXX=gcc CXXFLAGS="-march=athlon -O2 DF>-felide-constructors" ./c

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 x8

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 m

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, s_srv_

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 (sysd

RE: mysql_install_db hangs

2002-11-12 Thread Black, Kelly W [PCS]
Make sure some previous version of MySql isn't running. I have seen this on systems which had the OS installed version of MySql, and I had to issue shell> /sbin/service mysql stop shell> cd /usr/local/mysqlversion shell> ./bin/mysqld_safe -user=theuserid Hope this helps... ~Kelly W. Black ---

Re: mysql_install_db script: can't find it

2002-10-20 Thread Randy Garland
CTED]> To: <[EMAIL PROTECTED]> Sent: 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 time

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>

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 prblem

2002-09-06 Thread Gerald Clark
I have seen this post 3 times today. The message is telling you it can't find libz.so.1 Obtain and install zlib. ( I run Linux, so I can't tell you where to get it. ) Shravan Durvasula wrote: >Hi all, >I am completely new to MySQL. I am trying to install >MySQL on SUN SPARC Solaris 2.8. >I down

Re: mysql_install_db still locking :-(

2002-04-10 Thread Chris Lamrock
CTED]> To: <[EMAIL PROTECTED]> 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...

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 colu

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

RE: mysql_install_db problem

2002-01-07 Thread Robert L. Yelvington
Have you verified that the mysql internal data bases don't exist? If you are running a Win binary, they should already exist. I don't even think mysql_install_db is part of the Win dist. It is a shell script used in UNIX installations. ~rob Sent: Monday, January 07, 2002 11:38 AM To: [EMAIL

Re: mysql_install_db problems

2001-04-23 Thread B. van Ouwerkerk
This sounds more like a OS problem then a MySQL problem. I don't know much about HPUX. Bye, B. >Hi folks, > >Thought I'd see if I have a common problem before I do a bug report. I am >trying to install the binary file for HP/UX 10.20 on a HP/UX 10.20 785 >series computer. As the error mess

Re: Mysql_install_db

2001-03-15 Thread Gerald L. Clark
"Olivier, Dave" wrote: > > To whom it may concern: > > When running, the /scripts/mysql_install_db, it starts off with preparing > the tables, and then it says it is Installing the tables. That is all it > does, it says the process is running and everything. Does it take a real > long time fo

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