[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,

[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

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

2003-07-07 Thread Andy Eastham
[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 MySQL db, but I experience some problems: - when installing from

Re: Help NEWBIE!

2003-06-02 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 that

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

Re: Help NEWBIE!

2003-06-01 Thread Martin Gainty
: 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 to local MySQL server through socket 'var/lib/mysql/mysql.sock'. I know I am doing something

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

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 I

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 through socket 'var/lib

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

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

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

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 =

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

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 URL:

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 datbase etc.