Re: Installation help ...!

2005-11-21 Thread Tom Brown
Hello. I am a complete newbie here and to the world of Linux & MySQL. I am trying to create a LAMP server I have installed RedHat Enterprise Linux AS 4 - update 2 on my server and it seems to work ok. I downloaded MySQL 5.0 and now want to install that I read somewhere that I need to r

Installation help ...!

2005-11-21 Thread Paul_Swingewood
Hello. I am a complete newbie here and to the world of Linux & MySQL. I am trying to create a LAMP server I have installed RedHat Enterprise Linux AS 4 - update 2 on my server and it seems to work ok. I downloaded MySQL 5.0 and now want to install that I read somewhere that I need to remov

Installation Help

2003-10-29 Thread Mike Nelson
Hi, Im trying to install a newer version of Mysql on our Red Hat 2.1 AS. I'm still new to Linux Installations. I can't seem to figure out what im doing wrong. This is what I have tried, can somebody point me in the right direction [EMAIL PROTECTED] root]# rpm -i MySQL-server-4.1.0-0.i38

RE: Installation Help

2002-11-13 Thread Phil Iovino
] [mailto:kblack05@;sprintspectrum.com] Sent: Wednesday, November 13, 2002 1:39 PM To: 'Phil Iovino'; 'Paul DuBois'; 'Scott Pippin' Cc: [EMAIL PROTECTED] Subject: RE: Installation Help Sorry I made a mistake as Paul pointed out. I meant GRANT ALL ON *.* TO '[EMAIL PROT

RE: Installation Help

2002-11-13 Thread Black, Kelly W [PCS]
27.0.0.1 localdomain.localhost localhost ~Kelly W. Black -Original Message- From: Phil Iovino [mailto:phil@;nxtek.net] Sent: Wednesday, November 13, 2002 10:36 AM To: 'Paul DuBois'; Black, Kelly W [PCS]; 'Scott Pippin' Cc: [EMAIL PROTECTED] Subject: RE: Installation Help

RE: Installation Help

2002-11-13 Thread Black, Kelly W [PCS]
Right. My mistake. I think you get the general idea. ~K Black -Original Message- From: Paul DuBois [mailto:paul@;snake.net] Sent: Tuesday, November 12, 2002 4:21 PM To: Black, Kelly W [PCS]; 'Phil Iovino'; 'Scott Pippin' Cc: [EMAIL PROTECTED] Subject: RE: Installa

RE: Installation Help

2002-11-13 Thread Phil Iovino
'Access denied for user: 'root@localhost' (Using password: NO)' Ugh. :) -Original Message- From: Paul DuBois [mailto:paul@;snake.net] Sent: Tuesday, November 12, 2002 7:21 PM To: Black, Kelly W [PCS]; 'Phil Iovino'; 'Scott Pippin' Cc: [EMAIL PROTECTE

RE: Installation Help

2002-11-12 Thread Paul DuBois
At 11:45 -0600 11/12/02, Black, Kelly W [PCS] wrote: Make sure you issued the correct GRANT statements at the sql, query. mysql>use mysql; Database Changed mysql> GRANT * ON *.* TO '[EMAIL PROTECTED]' IDENTIFIED BY 'somepassword'; That's not quite right. - GRANT * is not legal, I suspect you m

RE: Installation Help

2002-11-12 Thread Black, Kelly W [PCS]
S; 0 Rows Affected. ~Kelly W. Black -Original Message- From: Phil Iovino [mailto:phil@;nxtek.net] Sent: Tuesday, November 12, 2002 8:14 AM To: 'Scott Pippin' Cc: [EMAIL PROTECTED] Subject: RE: Installation Help I believe root has all permissions. I'm using Webmin to verify

RE: Installation Help

2002-11-12 Thread Scott Pippin
arted it with -u root but still got the same error. Since I installed with the RPM didn't it give root permission? -Original Message- From: Scott Pippin [mailto:spippin@;mtctrains.com] Sent: Tuesday, November 12, 2002 10:43 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: R

RE: Installation Help

2002-11-12 Thread Phil Iovino
ovember 12, 2002 10:43 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Installation Help Scott Pippin [EMAIL PROTECTED] >>> "Phil Iovino" <[EMAIL PROTECTED]> 11/12/02 08:13AM >>> >I'm trying to install MySQL under RedHat 8. I installed the MySQL

Re: Installation Help

2002-11-12 Thread Scott Pippin
Scott Pippin [EMAIL PROTECTED] >>> "Phil Iovino" <[EMAIL PROTECTED]> 11/12/02 08:13AM >>> >I'm trying to install MySQL under RedHat 8. I installed the MySQL >3.23.53a-1 and MySQL-client 3.23.53a-1 RPMs. >Per the instructions at >http://www.mysql.com/documentation/mysql/bychapter/manual_Installi

Installation Help

2002-11-12 Thread Phil Iovino
I'm trying to install MySQL under RedHat 8. I installed the MySQL 3.23.53a-1 and MySQL-client 3.23.53a-1 RPMs. Per the instructions at http://www.mysql.com/documentation/mysql/bychapter/manual_Installing.htm l#Post-installation, I started the server with "/usr/bin/safe_mysqld &" and it appears to

Re: Installation Help

2002-06-12 Thread Gerald R. Jensen
Stephen: The *best* help for the kind of questions you have is in the MySQL Manual. Gerald Jensen - Original Message - From: "Stephen Brown" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 12, 2002 8:22 PM Subject: Installation Help I am instal

Installation Help

2002-06-12 Thread Stephen Brown
I am installing MYsql under linux and need some one on one help if somoeone is willing.. Thanks, Stephen - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Installation Help

2002-06-12 Thread Stephen Brown
I am installing MYsql under linux and need some one on one help if somoeone is willing.. Thanks, Stephen - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Re: mySQL++ 1.7.9 installation help

2002-06-03 Thread Yegor Bryukhov
1.You need libraries+headers from MySQL installation 2.You have to specify their locations in "configure" parameters (--with-mysql-lib=..., --with-mysql-include=...) As I remember one of these parameters does not recognize well on RH 7.2 (and 7.1 also I guess) > I try to install mySQL++ 1.7

Re: mySQL++ 1.7.9 installation help

2002-06-03 Thread Gelu Gogancea
Hi, If you have installed MySQL, the library it is on the right place. Gelu - Original Message - From: "Shaorong Liu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 12:01 AM Subject: mySQL++ 1.7.9 installation help > Hi, > >

mySQL++ 1.7.9 installation help

2002-06-03 Thread Shaorong Liu
Hi, I try to install mySQL++ 1.7.9 in Linux 7.1 (gcc 2.96). I put the mySQL++ source code in /home/group2/ and type the following commands: automake autoconf ./configure --with-prefix='/home/group2/' but there is an error message: checking for MySQL library directory... configure: error: Didn'

Re: INSTALLATION HELP, PLEASE!!

2002-06-02 Thread Benjamin Pflugmann
Hi. On Fri 2002-05-31 at 09:19:38 -0400, [EMAIL PROTECTED] wrote: > im missing the mysql and mysqladmin binaries after my admin guy installed > the most recent stable mysql rpm on a (linux) machine. are these included in > the "client" rpm that he may have missed or is there something "new" that

Re: INSTALLATION HELP, PLEASE!!

2002-06-01 Thread Egor Egorov
Christopher, Friday, May 31, 2002, 4:19:38 PM, you wrote: CLW> im missing the mysql and mysqladmin binaries after my admin guy installed CLW> the most recent stable mysql rpm on a (linux) machine. are these included in CLW> the "client" rpm that he may have missed or is there something "new" that

INSTALLATION HELP, PLEASE!!

2002-05-31 Thread Christopher L. White
im missing the mysql and mysqladmin binaries after my admin guy installed the most recent stable mysql rpm on a (linux) machine. are these included in the "client" rpm that he may have missed or is there something "new" that i missed? Luke ---

Re: php+apache+mysql installation. Help

2002-05-27 Thread Andy Cheng
L PROTECTED]> >To: "Andy Cheng" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: Re: php+apache+mysql installation. Help! >Date: Thu, 23 May 2002 21:34:37 -0500 > >Dear Andy, > >Here's a thought. Before you go much further, install Apache 2.0.36.

Re: php+apache+mysql installation. Help!

2002-05-23 Thread Andrew Lietzow
Dear Andy, Here's a thought. Before you go much further, install Apache 2.0.36. It's easy to install and lots of improvements will be gained that you'll appreciate down the road, i.e. mod_ssl is preconfigured into the system. Andrew Lietzow The ACL Group, Inc. On Thursday 23 May 2002

php+apache+mysql installation. Help!

2002-05-23 Thread Andy Cheng
Hi, I am new to linux and trying to install Apache, php and mysql on my Redhat 7.2.Linux box. When I run the configure for PHP 4.2.1, I got this error: checking whether build environment is sane..configure error:newly created file is older than distributed files! I have Apache 1.3.20 (from R

Re: Mysql installation. Help!

2002-03-11 Thread Andy Cheng
TED] >Subject: Re: Mysql installation. Help! >Date: 11 Mar 2002 19:41:08 + > > >I don't understand the code. I copy it from a book. I am trying to print >out >the records returned from a query. I have a table named client in database >andy. The table has 2 records. Wh

Re: Mysql installation. Help!

2002-03-11 Thread ds
print "[".$row[$i]."]";} > print("\n"); > } > $sth->finish; > $dbh->disconnect Note the uppercase in $sth->{NUM_OF_FIELDS}. Also remove the line "my $rows"... It's doing nothing there. > > >From: "Chuck \"PUP\&quo

Re: Mysql installation. Help!

2002-03-10 Thread Sammy Lau
gt;From: "Chuck \"PUP\" Payne" <[EMAIL PROTECTED]> > >To: Doug Thompson <[EMAIL PROTECTED]>, Andy Cheng > ><[EMAIL PROTECTED]>, Intrex <[EMAIL PROTECTED]>, > >"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > >Subject: R

Re: Mysql installation. Help

2002-03-10 Thread Chuck \"PUP\" Payne
o understand. Thanks again for the info. > > > > > >> From: "Chuck \"PUP\" Payne" <[EMAIL PROTECTED]> >> To: Doug Thompson <[EMAIL PROTECTED]>, Andy Cheng >> <[EMAIL PROTECTED]>, Intrex <[EMAIL PROTECTED]>, >> &quo

Re: Mysql installation. Help!

2002-03-10 Thread Andy Cheng
\"PUP\" Payne" <[EMAIL PROTECTED]> >To: Doug Thompson <[EMAIL PROTECTED]>, Andy Cheng ><[EMAIL PROTECTED]>, Intrex <[EMAIL PROTECTED]>, >"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >Subject: Re: Mysql installation. Help! >Date:

Re: Mysql installation. Help!

2002-03-10 Thread Chuck \"PUP\" Payne
;> safe_mysqld --user=root >> >> I think finaly I ran the tar -zxvf on the mysqlmax..tar.gz, >> rebooted the system, then re-ran safe_mysqld --user=root. >> >> Mark >> >> - Original Message - >> From: "Andy Cheng" <[EMAIL PROTECTED]&g

Re: Mysql installation. Help!

2002-03-10 Thread Doug Thompson
ysqld --user=root > >I think finaly I ran the tar -zxvf on the mysqlmax..tar.gz, >rebooted the system, then re-ran safe_mysqld --user=root. > >Mark > >- Original Message - >From: "Andy Cheng" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >

Re: Mysql installation. Help!

2002-03-10 Thread Intrex
ysqld --user=root I think finaly I ran the tar -zxvf on the mysqlmax..tar.gz, rebooted the system, then re-ran safe_mysqld --user=root. Mark - Original Message - From: "Andy Cheng" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 10, 2002 10:01 AM Subjec

Mysql installation. Help!

2002-03-10 Thread Andy Cheng
Hi all, I got this error message when trying to connect to mysql at the shell command: Error 2002:Can't connect to local MySql server through socket '/var/lib/mysql/mysql.sock There is no mysql.sock in the /var/lib/mysql directory. Did I miss some thing in the mysql installation? Where coul

Perl DBI installation. Help!

2002-03-07 Thread Andy Cheng
Hello all, I am new to linux. I was told that I need DBI::DBD to connect to Mysql using perl. So I go to http://www.mysql.com/downloads/api-dbi.html and downloaded DBI-1.18.tar.gz, Msql-Mysql-modules-1.2216.tar.gz. Using gunzip, I unziped the two files. Now I have DBI-1.18.tar and Msql-Mysq

Re: Ask for Linux+MySQL installation help

2001-11-01 Thread Z Julian
try to copy mysql libraries to /usr/local/lib and /usr/lib cp -a /usr/local/MySQL/lib/MySQL/* /usr/local/lib cp -a /usr/local/MySQL/lib/MySQL/* /usr/lib >From: "YANG" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Ask for Linux+MySQL installation help >Date: Fr

Ask for Linux+MySQL installation help

2001-11-01 Thread YANG
Dear Sir: I want to ask some questions about Redhat Linux+MySQL installation. 1. At the Redhat Linux 6.2 opration system, I install MySQL database 3.23.43. Commands is as follws: # cd /usr/local # tar ¨Czxvf MySQL-3.23.443.tar.gz # mv MySQL-3.23.43 /usr/local/MySQL # cd /usr/lo

Ask for Linux+MySQL installation help

2001-11-01 Thread YANG
Dear Sir: I want to ask some questions about Redhat Linux+MySQL installation. 1. At the Redhat Linux 6.2 opration system, I install MySQL database 3.23.43. Commands is as follws: # cd /usr/local # tar ¨Czxvf MySQL-3.23.443.tar.gz # mv MySQL-3.23.43 /usr/local/MySQL # cd /usr/lo

Re: MySQL Installation Help Requested.

2001-06-27 Thread Ansgar Becker
> > grant all privileges on *.* to jbrunk@"%" > > and it goes into the user table of the database mysql, and shows that the > host that jbrunk is allowed to connect from is "%" but it won't let me > connect from mysqlfront did you "FLUSH PRIVILEGES" ? Greetings, Ansgar -

Re: MySQL Installation Help Requested.

2001-06-27 Thread Jason Brunk
n - Original Message - From: "Peter Matulis" <[EMAIL PROTECTED]> To: "'Jason Brunk'" <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 2:12 PM Subject: RE: MySQL Installation Help Requested. > From RPM, binary, or source? I have my personal d

MySQL Installation Help Requested.

2001-06-27 Thread Jason Brunk
is there anyone who icq and who has a few minutes that might be willing to help me out with the mysql install? i have been having some trouble, so i figured i would check and see if there was anyone who could help a newbie out. Jason

Re: Installation help

2001-06-11 Thread Whit Blauvelt
Is that a Red Hat gcc? There was a famous version they put out with 7.0 that's broken for a lot of things - but I don't recall the gcc version number. I've compiled MySQL just fine with gcc version 2.95.2 on Debian (aside from MySQL needing some help finding zlib). If you go to gnu.org and downlo

Installation help

2001-06-11 Thread Bernd Prager
Hi, I downloaded the mysql-3.23.38 source rpm. When I try to build it I get the error message: checking for gcc... egcs checking whether the C compiler (egcs -O3 ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. error: Bad exit status

Need installation help on HP-UX

2001-03-07 Thread c cw_1
Hi, I tried to install the HP-UX Binary Distribution on my HP-UX B.10.20; according to documentation I should use the command shell> /usr/sbin/swinstall -s /path/to/depot mysql.full After I tar the Binary file, I still can't find the depot file. Can someone tell where can I find it? Thank you