Re: telnet MySQL

2001-05-22 Thread Freaked Personality
you should use the client to connect to your mysql since the server doesn't use the standard telnet protocol. The client is available for several OSes. For examply mysql -u peter -h grdmss57 -p Would connect to grdmss57 as user peter and would then ask for a password (which is safer than entering

RE: To install MySQL, where can free download Lunix?

2001-05-01 Thread Freaked Personality
I agree with u slack rules, you download slackware and I believe some other distros too at ftp.cdrom.com have fun On Tue, 1 May 2001, Jon Haworth wrote: > http://www.slackware.com/ (IMHO the best distro) > > Other distros: > http://www.suse.com/ > http://www.debian.com/ > http://www.mandrake.

Re: Every host is localhost

2001-04-23 Thread Freaked Personality
I don't exactly understand your problem but I think you want to secure access to a certain part of your webserver instead of our your MySQL server. If you are running apache you can secure complete directories with .htaccess files. On Wed, 18 Apr 2001, Sam Yenge wrote: > Hi > > (Re: mysql 3.

Re: huidziekte

2001-04-07 Thread Freaked Personality
Sorry, maar het merendeel van de mailinglist spreekt ten eerste geen nederlands en het onderwerp van de mailinglist ligt wat anders dan de hieronder beschreven problemen... Gaarne dit soort mailtjes prive te houden, ook met het respect op de mensen die het al helemaal niet begrijpen. bvd. --

Re: Betr.: information

2001-03-29 Thread Freaked Personality
Yea oracle has been ported for a while already, been running it for like 6 months on SuSE 6.4 it's 8.1.0 I believe (oracle version) it's more expensive than MySQL though Then again, what isn't? MySQL is free :-) Don't know about your questions though, there's also informix SQL and some others

RE: Perl - DBD:DBI Errors

2001-03-29 Thread Freaked Personality
Modules that look like Compress::Zlib are indeed on CPAN, they have a module search engine somewhere on the page On Wed, 28 Mar 2001, Chris Becker wrote: > > Is the zlib on CPAN? like module Compress::Zlib ? > > Many Thanks Gerald! > > ChrisB > MCSE MCDBA > > -Original Message- >

Re: NEW CHINA {"YAHOO"*} STOCK PICK!

2001-02-20 Thread Freaked Personality
Leave the mailing list alone please. If not I'll feel forced to ask all the kind hackers here including myself to track your ass down and make sure you have some expenses. I'm really really sorry for taking up your time and ya better be sorry ya took mine. If you want to mail potential customers

Re: Multiple defs of strtol.o (was RE: Mysql/DBD Error)

2001-02-06 Thread Freaked Personality
Sorry I really wouldn't know this one :-) You might consider asking the question also on one of the website where the perlfreaks are. www.cpan.com or www.perlmonks.com. Personally I'd try installing the latest version of perl DBD & DBI mysql, however I don't know the strtol.o file and it might be

Re: turn $2000.00 into $1600.00 in 14 days

2001-02-04 Thread Freaked Personality
Ehm why would i need help spending 400$ in 14 days? I can spend them way faster than that :-) On Fri, 2 Feb 2001, Aaron Williams wrote: > At 10:25 PM +0200 2/2/01, Siim Einfeldt aka Itpunk wrote: > >I get an awful lot of spam to my private email as well, I could filter > >them, but does anyone

Re: Apache - MySQL - PHP (Auto-start Apache)

2001-01-25 Thread Freaked Personality
You don't configure apache to do this, since apache has no idea when the server boots up... You have to edit your start-up scripts which are mostly in /etc/rc.d to start up apache. There's a huge number of ways to do this (to script it) ie with error checking/without error checking with mail on e