Re: Mysql installation. Help!

2002-03-11 Thread Andy Cheng
Great, the uppercase in $sth->{NUM_OF_FIELDS} works. Now I can start to learn perl. Any advice on where could I find a good source for beginner on the web? Thank you very much. >From: ds <[EMAIL PROTECTED]> >To: Andy Cheng <[EMAIL PROTECTED]> >CC: [EMAIL PROTEC

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
Ok, if never run it then you have to start once, if I remember right undex Red Hat, you have to go to /etc/rc.d/init.d and do this... ./mysql start that will start it Then you will need to set it up so it will start later. SuSE you have to start it once You will then need to set a password

Re: Mysql installation. Help!

2002-03-10 Thread Doug Thompson
If mysql.sock doesn't exist, that is because the server is not running. I fought the same battle as Mark and ultimately downloaded and installed the RPM for 3.23.49a from MySQL in place of the copy that came with RH. The MySQL RPM installed and came up just like it says in the book. Saves a l

Re: Mysql installation. Help!

2002-03-10 Thread Intrex
What I did was beat my brains out on the same exact problem. In the end I have no clue what I did to get it actually working. I had re-installed the mysql from the .tar.gz, I installed all the RPM's several times. Everytime, I fully rebooted the system, and finally I have to run safe_mysqld --us

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