problem with using mysqladmin

2001-09-08 Thread Farzad Faramarzi

Hi
I tried to set the password to mysql by using mysqladmin
and I received the following error message
-
./mysqladmin -u root password 
./mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket 
'/tmp/mysql.sock' (111)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
---

I checked if mysql is running and it does, as you can see here

---
[root@c-dffd70d5 bin]# ps -d
   PID TTY  TIME CMD
   677 ?00:00:00 safe_mysqld
   704 ?00:00:00 mysqld
   708 ?00:00:00 mysqld
   709 ?00:00:00 mysqld
  1030 pts/100:00:00 bash
  1054 pts/100:00:00 ssh
  1055 ?00:00:00 sshd2
  1086 pts/200:00:00 ps


God, please help me! What am I doing wrong???

Thanx
Farzad


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: problem with using mysqladmin

2001-09-08 Thread Colin Faber

if(redhat){
Fear RPM install's
} else {
./mysqladmin -uroot -hlocalhost password 
}




Farzad Faramarzi wrote:
 
 Hi
 I tried to set the password to mysql by using mysqladmin
 and I received the following error message
 -
 ./mysqladmin -u root password 
 ./mysqladmin: connect to server at 'localhost' failed
 error: 'Can't connect to local MySQL server through socket
 '/tmp/mysql.sock' (111)'
 Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
 ---
 
 I checked if mysql is running and it does, as you can see here
 
 ---
 [root@c-dffd70d5 bin]# ps -d
PID TTY  TIME CMD
677 ?00:00:00 safe_mysqld
704 ?00:00:00 mysqld
708 ?00:00:00 mysqld
709 ?00:00:00 mysqld
   1030 pts/100:00:00 bash
   1054 pts/100:00:00 ssh
   1055 ?00:00:00 sshd2
   1086 pts/200:00:00 ps
 
 
 God, please help me! What am I doing wrong???
 
 Thanx
 Farzad
 
 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)
 
 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: problem with using mysqladmin

2001-09-08 Thread Kenneth Wells

Can anyone help me? I'm trying to set up Snort and I have downloaded
MySQl shareware 3.23.40

 

I have a few questions. First, after I install I don't get the icon
automatically on my taskbar, but I can start it myself and it is there,
is that normal?

 

Second, When I try to add a database via the command prompt or thru the
gui, it doesn't let me. The command prompt says that it cannot create my
database error 1006 and at the end it says errno 13.

 

The gui I right click and it it lets me put in the database name but
when I say ok it doesn't create one.

 

Has anyone installed snort on windows 2000 before?

 

Kenny

-Original Message-
From: Farzad Faramarzi [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, September 08, 2001 6:12 AM
To: [EMAIL PROTECTED]
Subject: problem with using mysqladmin


Hi
I tried to set the password to mysql by using mysqladmin
and I received the following error message
-
./mysqladmin -u root password 
./mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket 
'/tmp/mysql.sock' (111)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock'
exists!
---

I checked if mysql is running and it does, as you can see here

---
[root@c-dffd70d5 bin]# ps -d
   PID TTY  TIME CMD
   677 ?00:00:00 safe_mysqld
   704 ?00:00:00 mysqld
   708 ?00:00:00 mysqld
   709 ?00:00:00 mysqld
  1030 pts/100:00:00 bash
  1054 pts/100:00:00 ssh
  1055 ?00:00:00 sshd2
  1086 pts/200:00:00 ps


God, please help me! What am I doing wrong???

Thanx
Farzad


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: problem with using mysqladmin

2001-09-08 Thread Mike Barber

Simple Use MySQL-Front
The interface is a ton better than MySQL Admin and you can do a lot more
with it.

http://www.anse.de/mysqlfront/
- Original Message -
From: Kenneth Wells [EMAIL PROTECTED]
To: 'Farzad Faramarzi' [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, September 08, 2001 9:07 AM
Subject: RE: problem with using mysqladmin


 Can anyone help me? I'm trying to set up Snort and I have downloaded
 MySQl shareware 3.23.40



 I have a few questions. First, after I install I don't get the icon
 automatically on my taskbar, but I can start it myself and it is there,
 is that normal?



 Second, When I try to add a database via the command prompt or thru the
 gui, it doesn't let me. The command prompt says that it cannot create my
 database error 1006 and at the end it says errno 13.



 The gui I right click and it it lets me put in the database name but
 when I say ok it doesn't create one.



 Has anyone installed snort on windows 2000 before?



 Kenny

 -Original Message-
 From: Farzad Faramarzi [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, September 08, 2001 6:12 AM
 To: [EMAIL PROTECTED]
 Subject: problem with using mysqladmin


 Hi
 I tried to set the password to mysql by using mysqladmin
 and I received the following error message
 -
 ./mysqladmin -u root password 
 ./mysqladmin: connect to server at 'localhost' failed
 error: 'Can't connect to local MySQL server through socket
 '/tmp/mysql.sock' (111)'
 Check that mysqld is running and that the socket: '/tmp/mysql.sock'
 exists!
 ---

 I checked if mysql is running and it does, as you can see here

 ---
 [root@c-dffd70d5 bin]# ps -d
PID TTY  TIME CMD
677 ?00:00:00 safe_mysqld
704 ?00:00:00 mysqld
708 ?00:00:00 mysqld
709 ?00:00:00 mysqld
   1030 pts/100:00:00 bash
   1054 pts/100:00:00 ssh
   1055 ?00:00:00 sshd2
   1086 pts/200:00:00 ps
 

 God, please help me! What am I doing wrong???

 Thanx
 Farzad


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
 [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php