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

2003-07-07 Thread Andy Eastham
Matthias, I, like everyone else on the list it appears, have no idea how to help you as you have provided no example of what you are trying to do, no output and no error messages. Remember everyone gives help here for free, so people tend to help people who make it clear what the problem is. I k

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
Check running processes, to see how many are currently using mysql (mysqladmin proc). Compare to "max_connections" (mysqladmin var). Change my.cnf (or whever your config file is) and restart mysql Martin - Original Message - From: "ABHIJIT NAIK" <[EMAIL PROTECTED]> To: "MySQL" <[EMAIL PROTE

RE: help-newbie

2002-07-13 Thread Cal Evans
Hiya, Why would you want to? Any time you need days elapsed, just compute it. Never store summary data without a good reason. (making things go faster is a good reason) :) select (orderdate-shipdate) as dayselapsed from ... should work. =C= * * Cal Evans * The Virtual CIO * http://www.calev

Re: help - newbie question....

2002-06-06 Thread Chris Knipe
Two immediate options I can think of... 1) Install PHP on IIS and use PHP's database routines for MySQL 2) Use ASP, and connect to MySQL via the ODBC Driver for MySQL that is on the mysql.com web site. If you come from a ASP background, I'd really recommend option 2 for you. It will save you the

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