Re: Problem installing mysql on Debian linux

2006-02-25 Thread Tselemegkos Grigorios
ent: Saturday, February 25, 2006 9:34 PM Subject: Re: Problem installing mysql on Debian linux On 2/25/06, Tselemegkos Grigorios <[EMAIL PROTECTED]> wrote: Hi, I'm trying to install mysql 4.0.25 from source on Debian linux without root privileges. The problem comes when i execute the c

Re: Problem installing mysql on Debian linux

2006-02-25 Thread Sam Tran
On 2/25/06, Tselemegkos Grigorios <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to install mysql 4.0.25 from source on Debian linux without root > privileges. > The problem comes when i execute the configure command. > I typed: > configure --prefix /home/grtsel/mysql > > and the output error was

Re: Problem installing MySQL 5.0

2006-01-03 Thread Francesco Vincenti
Hello Chander, thank you very much. I tried to do in your way ad the installation works! I downloaded the perl(DBI) .rpm and I installed it the first time using the command: rpm -Uvh perl-DBI-1.50-1.i386.rpm but I got back an error about one glibc library not founded, so I use this format: rpm -

Re: Problem installing MySQL 5.0

2006-01-03 Thread Chander Ganesan
You can force the installation (--nodeps) when installing the RPM package. Even if you build DBI (and not install it from RPM) it won't be in the RPM database, and you'll get the same error. You should be able to get a FC2 RPM for the DBI module - download that RPM and install it, then instal

Re: Problem installing MySQL on Mac OSX 10.4.3

2005-12-05 Thread Brent Baisley
Those message are kind of odd, even on a messed up system. I would first run the repair privileges in the disk utility for good measure, then delete all traces of MySQL and just start over. MySQL should be in /usr/local/mysql. To remove it just type: sudo rm -R /usr/local/mysql Then try ins

Re: Problem installing Mysql 4.1 on Fedora 2

2004-11-16 Thread Spenser
I had the same problem. It just won't seem to upgrade. You need to uninstall mysql-3.23.58-9 and mysql-server-3.23.58-9 first. Enter something like this: rpm -ev mysql-3.23.58-9 mysql-server-3.23.58-9 When it's done, then install version 4.x On Tue, 2004-11-16 at 15:43, [EMAIL PROTECTED] wr

Re: Problem Installing MySQL Max

2004-05-24 Thread Jack Woehr
Lou Olsten wrote: > I haven't figured out where to get the libstdc++ That's part of gcc usually found in /usr/local/lib or in the lib dir under the gcc installation dir. -- Jack J. Woehr# "[F]ar in the empty sky a solitary esophagus slept http://www.well.com/~jax # upon motionless

Re: Problem installing MYSql 4.0.12 on MAC OSX 10.1.3

2003-08-21 Thread Kieran Kelleher
It may be that you did not give the mysql user ownership of the Data folder? Check your permissions first by typing: [KieranMac:~] kieran% ls -al /usr/local/mysql/ this shold show data folder as something like this: drwxr-x--- 13 mysql wheel 442 Aug 19 19:52 data Type this on the co

Re: Problem installing MYSql 4.0.12 on MAC OSX 10.1.3

2003-08-21 Thread Egor Egorov
"Devang Panchalia" <[EMAIL PROTECTED]> wrote: > Hi, > I have downloaded MySql-standard-4.0.12 FOR MAC from the MySql website. > I have installed it on Mac OS X 10.1.3. > When i am starting the MySql, it starts and ends with the message > "030821 MySqld ended". > Does anyone know what the pro

Re: Problem installing MySQL v4.0.14b

2003-08-17 Thread miguel solorzano
At 17:35 17/8/2003 +0100, Debbie wrote: Hi, Hi, I have just downloaded MySQLv4.0.14b for windows and 21% through the installation, it displays the following error: An error occurred during the move dataq process: -132 Component: File Group: File: The above frequently happens because the installer

Re: problem installing mysql

2003-07-29 Thread tevans
Make sure your firewall isn't blocking port 3306 (the default tcp port) on localhost (127.0.0.1). Firewalls DO matter. > I have tried to install mysql 4.0.14 and previous version on my machine. > > After installation when I try to run mysql, i get error: > > "Cannot connect to localhost port..."

Re: Problem Installing mysql-3.23.52

2002-09-01 Thread David Lloyd
( mysql, query ) > Can anyone help. > I'm installing (at the mo) 4.0.3 Beta, but the error message is the same > which ever version.. > > libmysql.c: In function `mysql_real_connect': > libmysql.c:1675: warning: passing arg 5 of `gethostbyname_r' from > incompatible pointer type > libmysql.c:16

Re: Problem Installing mysql-3.23.52

2002-08-29 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 28 August 2002 22:53, Carlos Oyarzún wrote: > I´m trying to install mysql-3.23.52 on a machine running RedHat 7.0. I´m > using the following procedure: > > ./configure --prefix=/usr/local/mysql > make > make install > > The first two com

Re: Problem installing MySQL-3.23.45-1.i386.rpm

2001-11-30 Thread EdwardSPL
Brian French wrote: > > running > pentium 80 > 64mb ram > 30 gig HD > Redhat Linux 7.1 > perl 5.06 > Mysql > |_ previously 3.23.39 after this went to 3.23.45 > > php 4.0.4 > |_ w/ ZendOptimizer > > how i got to this problem: > was running php/mysql (versions above) > php was installed

RE: Problem installing MySQL-3.23.45-1.i386.rpm

2001-11-30 Thread Brian French
Brian French Cc: [EMAIL PROTECTED] Subject: Re: Problem installing MySQL-3.23.45-1.i386.rpm Brian French wrote: > > hey, i'm having trouble installing MySQL-3.23.45-1.i386.rpm > > already installed > MySQL-client-3.23.45-1.i386.rpm > MySQL-devel-3.23.45-1.i386.rpm > > when

Re: Problem installing MySQL-3.23.45-1.i386.rpm

2001-11-30 Thread EdwardSPL
Brian French wrote: > > hey, i'm having trouble installing MySQL-3.23.45-1.i386.rpm > > already installed > MySQL-client-3.23.45-1.i386.rpm > MySQL-devel-3.23.45-1.i386.rpm > > when i try to install MySQL-3.23.45-1.i386.rpm i get the following: > > [root@localhost rpms]#rpm -U --force --replac

Re: Problem installing MySQL-3.23.45-1.i386.rpm

2001-11-30 Thread Jean-Luc Fontaine
Brian French wrote: >hey, i'm having trouble installing MySQL-3.23.45-1.i386.rpm > >already installed >MySQL-client-3.23.45-1.i386.rpm >MySQL-devel-3.23.45-1.i386.rpm > >when i try to install MySQL-3.23.45-1.i386.rpm i get the following: > >[root@localhost rpms]#rpm -U --force --replacefiles MySQ

Re: Problem installing mySql on Mac OS X

2001-09-13 Thread Troy Lewis
This site has precompiled MySQL binaries for Mac OS X: http://www.entropy.ch/software/macosx/mysql/ It also has easy to follow installation instructions. You need to use your Users utility to add the MySQL user instead of the useradd and groupadd commands. Complete instructions are at the site

Re: Problem installing mysql++1.7.9

2001-07-23 Thread Sinisa Milivojevic
Eldon Ziegler writes: > Running ./configure fails check for MySQL include directory. The library > directory is found and the include directory is there when I list it. What > is it looking for? > > Eldon Ziegler > ProAtion Systems > [EMAIL PROTECTED] > http://www.proation.com > There are op

Re: Problem installing MySQL & php

2001-02-25 Thread Ken Nordquist
I had pretty much the same problem. I was unhappy with the RH v7.0 distro of MySQL and downloaded the MySQL rpm's (v3.23.33). It installed and ran with _no_ problems! My problem was the RH distro of php did not recognize that MySQL was there. I decided to upgrade to php 4.0.4. I downloaded th

Re: Problem installing MySQL & php

2001-02-22 Thread B. van Ouwerkerk
At 19:25 22-2-01 +, Pope, Alan wrote: >Hi all, > >Newbie alert, please be gentle. Great resource: www.devshed.com including how to install MySQL and PHP with Apache. You might want to apply all the patches from Redhat. RH 7.0 is not considered to be a good distro. NOT my opinion, others sa