RE: [HELP] Newbie experiences problems AND receives no help for the moment

2003-07-07 Thread Andy Eastham
gt; From: Matthias Fischer [mailto:[EMAIL PROTECTED] > Sent: 07 July 2003 14:11 > To: [LIST] MySQL > Subject: [HELP] Newbie experiences problems AND receives no help > for the moment > > > Hi, > > I was trying to install, via an sql file (not enclosed, since 4MB big), a

[HELP] Newbie experiences problems AND receives no help for the moment

2003-07-07 Thread Matthias Fischer
Hi, I was trying to install, via an sql file (not enclosed, since 4MB big), a MySQL db, but I experience some problems: - when installing from shell>, I get the output mysql.out (originally enclosed, not sure whether the server tolerated the enclosure); I don't think anything useful is achieved by

[HELP] Newbie experiences problems

2003-07-07 Thread Matthias Fischer
Hi, I was trying to install, via an sql file (not enclosed, since 4MB big), a MySQL db, but I experience some problems: - when installing from shell>, I get the output mysql.out (enclosed); I don't think anything useful is achieved by my command, as I cannot see any confirmation of creating db, ta

Re: Help NEWBIE!

2003-06-01 Thread Martin Skjöldebrand
> > I am new user of MySQL and whenever I type mysql to start the ware it > simply states -- Can't connect to local MySQL server through socket > 'var/lib/mysql/mysql.sock'. I know I am doing something very wrong here > and mabe some of you might be able to help me solve this problem. Might be th

RE: Help NEWBIE!

2003-06-01 Thread Peter Lovatt
; SuSE Subject: Re: Help NEWBIE! re-install mysql, it wont work without mysql.sock. On Sun, 2003-06-01 at 01:04, ABHIJIT NAIK wrote: > Dear Friends, > > I am new user of MySQL and whenever I type mysql to start the ware it > simply states -- Can't connect to local MySQL server thro

Re: Help NEWBIE!

2003-06-01 Thread Vishal Thakur
re-install mysql, it wont work without mysql.sock. On Sun, 2003-06-01 at 01:04, ABHIJIT NAIK wrote: > Dear Friends, > > I am new user of MySQL and whenever I type mysql to start the ware it > simply states -- Can't connect to local MySQL server through socket > 'var/lib/mysql/mysql.sock'. I know

Re: Help NEWBIE!

2003-06-01 Thread Steven Kreuzer
try passing the --host param to specify the ip address of the MySQL server. Lets say that you have MySQL running on 192.168.1.105 $ mysql --host=192.168.1.105 -u username -p do a man mysql for more info SK On Sat, 2003-05-31 at 15:34, ABHIJIT NAIK wrote: > Dear Friends, > > I am new user of My

Re: Help NEWBIE!

2003-06-01 Thread Martin Gainty
D]> To: "MySQL" <[EMAIL PROTECTED]> Cc: "SuSE" <[EMAIL PROTECTED]> Sent: Saturday, May 31, 2003 3:34 PM Subject: Help NEWBIE! > Dear Friends, > > I am new user of MySQL and whenever I type mysql to start the ware it > simply states -- Can't connect

Help NEWBIE!

2003-06-01 Thread ABHIJIT NAIK
Dear Friends, I am new user of MySQL and whenever I type mysql to start the ware it simply states -- Can't connect to local MySQL server through socket 'var/lib/mysql/mysql.sock'. I know I am doing something very wrong here and mabe some of you might be able to help me solve this problem. I am ru

RE: help-newbie

2002-07-13 Thread Cal Evans
://www.calevans.com * -Original Message- From: MissKitty [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 13, 2002 11:00 AM To: [EMAIL PROTECTED] Subject: help-newbie I need help, I am new to mysql and am trying to work with a table. I already have some fields called order number, orderdate, and

help-newbie

2002-07-13 Thread MissKitty
I need help, I am new to mysql and am trying to work with a table. I already have some fields called order number, orderdate, and shipdate. I am trying to create a new field called dayselapsed and have it subtract the order date from the ship date. It would need to look like this: Ordernumber

Re: help - newbie question....

2002-06-06 Thread Chris Knipe
7064 Cell: +27 72 434 7582 - Original Message - From: "Prasanth Mudundi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 07, 2002 8:34 AM Subject: help - newbie question > i'm still going through the mysql docume

help - newbie question....

2002-06-06 Thread Prasanth Mudundi
i'm still going through the mysql documentation and am trying to jump ahead. i have written some perl based application. On NT it was easy to set up NTFS permissions on files for my security. the process for example is opening a new request ticket. While all the tickets are visible(that in

Please help newbie with installation. (I read the manual ;-p)

2002-02-22 Thread George Labuschagne
Sorry to double post to the list. Is there anybody out there using SuSE7.3 with the downloadable 4.0.1 max version of mysql? I truly want to start exploring mysql but I cannot get it to run (see below for first post). Thanks in advance for any advice G Hi, I am running SuSE 7.3 Professional

RE: please help newbie

2001-12-18 Thread john
all of the information you people have given to me is great and useful, however, I still have no comprehension as to how to make the conditional "html" setup for the pages. my attempt is as thus: #getdata.pl globals: $PageLimit = "0"; $PageNumber = "1"; open db: $DSN = "DBI:my

RE: please help newbie

2001-12-17 Thread Roger Baklund
* John Kurkiewicz Jr. > I am using perl 5 and linux 6. I am currently capable > of retrieving information from my databases, but am at > a complete loss as to how to parse the results into 20 > results per page. Take a look at the LIMIT part of the SELECT statement. >From the manual http://www.m

please help newbie

2001-12-17 Thread John Kurkiewicz Jr.
I am using perl 5 and linux 6. I am currently capable of retrieving information from my databases, but am at a complete loss as to how to parse the results into 20 results per page. Can / will you help? __ Do You Yahoo!? Check out Yahoo! Shopping a

HELP! Newbie can't get MySQL to start at boot time

2001-01-23 Thread dchapman
> I'm trying to get MySQL running under NetBSD 1.5, and am having > problems getting mysqld running at boot time. It starts, but quits > almost right away. If I start mysqld using mysqld.server the log > file indicates that the table mysqld.host is not found. If I use > safe_mysqld the log f

Re: HELP! Newbie can't get MySQL to start at boot time

2001-01-22 Thread dchapman
* Paul DuBois <[EMAIL PROTECTED]> [010122 21:03]: > >Is there a newbie resource somewhere for Those-Too-Stupid-to-Live? > > > > Did you run mysql_install_db ? > Yes. Several times. :-) The database files are created in /var/mysql. There may be some confusion in this port as to where the datb

HELP! Newbie can't get MySQL to start at boot time

2001-01-22 Thread Dave Chapman
I'm trying to get MySQL running under NetBSD 1.5, and am having problems getting mysqld running at boot time. It starts, but quits almost right away. If I start mysqld using mysqld.server the log file indicates that the table mysqld.host is not found. If I use safe_mysqld the log file just i