Re: MySQL Connection Problem

2006-02-04 Thread سيد هادی راستگوی حقی
Hi, Use this : ps awux | grep mysqld -i On 2/4/06, Casey Rhodes <[EMAIL PROTECTED]> wrote: > > >Casey, > > >in a Terminal window, type > > >ps -ef | grep -i mysql > > >and see if there is a mysqld process actually running and not a zombie > >(defunct). > > >See if you can connect on the localhost

Re: MySQL Connection Problem

2006-02-04 Thread Casey Rhodes
>Casey, >in a Terminal window, type >ps -ef | grep -i mysql >and see if there is a mysqld process actually running and not a zombie >(defunct). >See if you can connect on the localhost. >See if the socket exists. >I'd bet that one of those three will find your problem. Please let >us know i

Re: MySQL Connection Problem

2006-02-03 Thread sheeri kritzer
Casey, in a Terminal window, type ps -ef | grep -i mysql and see if there is a mysqld process actually running and not a zombie (defunct). See if you can connect on the localhost. See if the socket exists. I'd bet that one of those three will find your problem. Please let us know if this he

Re: MySQL Connection Problem

2006-02-02 Thread mysql
do # my_print_defaults mysqld --port=3306 --socket=/var/lib/mysql/mysql.sock --skip-locking --key_buffer=16M --max_allowed_packet=1M --table_cache=64 --sort_buffer_size=512K --net_buffer_length=8K --myisam_sort_buffer_size=8M --server-id=1 To give you the defaults for your mysqld server. It may

re: MySQL connection problem

2003-03-28 Thread Egor Egorov
On Thursday 27 March 2003 07:48, rajup at hydbad dot tcs dot co dot in wrote: > I really don't know whether it is a bug in mysql 4.0.12. > I've downloaded 4.0.12 and installed succesfully on my PC(WIN2k with > SPack2). I've changed the bind-address to "localhost" in my.ini and > re-started mysql.

Re: MySQL connection problem

2003-03-27 Thread Sherwin T. Ang
localhost is 127.0.0.1 in most systems unless you modify your hosts file, since 172.16.3.106 is not localhost, connecting thru that localhost will definitely not work for it's not localhost =) it's not a bug i believe. another thing, if you grant a user with a host localhost, and you place a mysq

RE: mySQL connection problem!!!

2002-03-13 Thread b g
kill one of them. Also, when adding a user, do > you select a > database first before adding a user? > > -Original Message- > From: b g [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 13, 2002 2:35 AM > To: Sherwin T. Ang > Cc: [EMAIL PROTECTED] >

RE: mySQL connection problem!!!

2002-03-13 Thread Todd Williamsen
? -Original Message- From: b g [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 2:35 AM To: Sherwin T. Ang Cc: [EMAIL PROTECTED] Subject: Re: mySQL connection problem!!! Hello Sherwin, Thanks for ur prompt reply. Yes, I have gone thru the mySQL manual chapter that you have

Re: mySQL connection problem

2002-03-13 Thread ds
On Wed, 2002-03-13 at 08:08, b g wrote: > when I m in root or mysql USER login.. then I can > login to mySQL server.. its fine.. > but other than 'root' and 'mysql', i can not connect > to the database server.. With which user are you trying to connect ? Did you grant permissions to that user ? B

Re: mySQL connection problem!!!

2002-03-13 Thread b g
Hello Sherwin, Thanks for ur prompt reply. Yes, I have gone thru the mySQL manual chapter that you have mentioned.. But what I think the problem is somewhere else.. when I try to execute the command 'mysql' (when I log in as user 'babul') on command line, I get the following error: ERROR 2002

Re: RE: RE: RE: Mysql connection problem

2002-01-08 Thread Cindy Yu
[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 12:07 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: RE: RE: Mysql connection problem Hi Simon, I appreicate your help. Our server is a Solaris 5.6 server. After I cd to the mysql bin directo

Re: Mysql connection problem

2002-01-08 Thread Gerald Clark
dy Yu [mailto:[EMAIL PROTECTED]] >Sent: 07 January 2002 18:17 >To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; >[EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Subject: Re: RE: Mysql connection problem > > >Hi Simon, > >Thanks for your reply. Can you tell me how to do it? I tr

RE: RE: RE: Mysql connection problem

2002-01-08 Thread Gary . Every
from your bindir type: ./mysql -Original Message- From: Cindy Yu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 12:07 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: RE: RE: Mysql connection problem Hi Simon, I appreicate

Re: RE: RE: Mysql connection problem

2002-01-08 Thread Cindy Yu
L PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: RE: Mysql connection problem Hi Simon, Thanks for your reply. Can you tell me how to do it? I tried, but it shows me the error: "mysql not found". How can I find mysql server? Cindy >>> Simon Green <[EMAIL PROTECTED]> 0

RE: RE: Mysql connection problem

2002-01-08 Thread Simon Green
: Mysql connection problem Hi Simon, Thanks for your reply. Can you tell me how to do it? I tried, but it shows me the error: "mysql not found". How can I find mysql server? Cindy >>> Simon Green <[EMAIL PROTECTED]> 01/07 10:05 AM >>> No but you can start MySQL

Re: RE: Mysql connection problem

2002-01-07 Thread Cindy Yu
Hi Simon, Thanks for your reply. Can you tell me how to do it? I tried, but it shows me the error: "mysql not found". How can I find mysql server? Cindy >>> Simon Green <[EMAIL PROTECTED]> 01/07 10:05 AM >>> No but you can start MySQL with out grant tables. See on line manual and don't know

RE: Mysql connection problem

2002-01-07 Thread Simon Green
No but you can start MySQL with out grant tables. See on line manual and don't know password. Or ./mysql --help Simon -Original Message- From: Cindy Yu [mailto:[EMAIL PROTECTED]] Sent: 07 January 2002 17:48 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Mysql con

RE: :mysql - connection problem

2001-06-21 Thread Chris Bolt
Download and install http://www.perl.com/CPAN-local/authors/id/J/JW/JWIED/DBD-mysql-2.0901.tar.gz > Hi, > > I am a newbie and hope someone can she light on why I can't get the > DBD::mysql connection working in my perl script. The script is a test one > and very simple. > > I have the mysql daem