Socket not found

2011-10-09 Thread Peter Schrock
I just loaded and built three different versions of mysql and all three versions have given me the same results. When trying to change the password to root, this is what I get: ./mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket

Re:Socket not found

2011-10-09 Thread Andrew Moore
Hey Peter, 2 options; Check the socket key-value in the my.cnf file under the client section. Explicitly tell mysqladmin what one to use with the relevant cmd line option. See the documentation for syntax. Hth Andrew On 9 Oct 2011 09:21, Peter Schrock peter.schr...@gmail.com wrote: I just

Re: Socket not found

2011-10-09 Thread javad bakhshi
Hi, I had the same problem recently restart the server so it can create your socket again and it should be all right.   Best regards, Javad From: Andrew Moore eroomy...@gmail.com To: Peter Schrock peter.schr...@gmail.com Cc: mysql@lists.mysql.com Sent:

Re: Socket not found

2011-10-09 Thread Reindl Harald
Am 09.10.2011 11:00, schrieb javad bakhshi: Hi, I had the same problem recently restart the server so it can create your socket again and it should be all right /tmp/ is a really bad location because tmpwatch is killing old files there and a mysqld usually runs for weeks - no idea why

Is downloads.mysql.com download?

2011-10-09 Thread Peng Yu
Hi, I'm not able to connect to downloads.mysql.com. Is it down? -- Regards, Peng -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

Re: Is downloads.mysql.com download?

2011-10-09 Thread Reindl Harald
Am 09.10.2011 17:33, schrieb Peng Yu: Hi, I'm not able to connect to downloads.mysql.com. Is it down? what stupid question? if you have internet access, can open other websites and write mails and you fail only to connect to one server it should be clear that this server is down - what

Re: Is downloads.mysql.com download?

2011-10-09 Thread Peter Schrock
For an appropriate response, try: www.msyql.com/downloads/ Peter On Oct 9, 2011, at 8:33 AM, Peng Yu pengyu...@gmail.com wrote: Hi, I'm not able to connect to downloads.mysql.com. Is it down? -- Regards, Peng -- MySQL General Mailing List For list archives:

Re: Is downloads.mysql.com download?

2011-10-09 Thread Peng Yu
Hi Carlos, I want to download the pdf documents as shown on http://dev.mysql.com/doc/. But I don't see these pdf documents on http://dev.mysql.com/downloads/. In case you know where to download the pdf documents, would you please let me know? I'm not sure who are in charge of these two URLs. I

Re: Is downloads.mysql.com download?

2011-10-09 Thread Claudio Nanni
2011/10/9 Reindl Harald h.rei...@thelounge.net Am 09.10.2011 17:33, schrieb Peng Yu: Hi, I'm not able to connect to downloads.mysql.com. Is it down? what stupid question? if you have internet access, can open other websites and write mails and you fail only to connect to one server

Why the same command have different results when it is in a bash script and when it is not?

2011-10-09 Thread Peng Yu
Hi, It is seems strange to me why the same command mysql -hlocalhost -uxxx when it is run from the command line, it will show an error. When it is run in a bash script, it runs fine. I guess this might be described somewhere, but I'm yet to find the answer. Does anybody know why this happens and