Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

Broken Pipe Error with mysqlaccess: msg#00012

db.mysql.bugs

Subject: Broken Pipe Error with mysqlaccess

Hello List

I've recently compiled and installed the latest stable version of MySQL from
source file mysql-4.0.20.tar.gz on Red Hat Linux Advanced Server 3 (without
installing the version of MySQL contained within the Red Hat OS install),
using the standard configure, make and make install. For security I gave the
root user a password using the mysqladmin utility. Everything has been
running perfectly apart from the mysqlaccess utility, which only appears to
work once root has had its password set to '':

>>>> Thus with password set to '':

[root@sandbox bin]# mysqlaccess root mysql
mysqlaccess Version 2.06, 20 Dec 2000
By RUG-AIV, by Yves Carlier (Yves.Carlier@xxxxxxxxx)
Changes by Steve Harvey (sgh@xxxxxxx)
This software comes with ABSOLUTELY NO WARRANTY.

Access-rights
for USER 'root', from HOST 'localhost', to DB 'mysql'
+-----------------+---+ +-----------------+---+
| Select_priv | Y | | Show_db_priv | Y |
| Insert_priv | Y | | Super_priv | Y |
| Update_priv | Y | | Create_tmp_table_priv | Y |
| Delete_priv | Y | | Lock_tables_priv | Y |
| Create_priv | Y | | Execute_priv | Y |
| Drop_priv | Y | | Repl_slave_priv | Y |
| Reload_priv | Y | | Repl_client_priv | Y |
| Shutdown_priv | Y | | Ssl_type | ? |
| Process_priv | Y | | Ssl_cipher | ? |
| File_priv | Y | | X509_issuer | ? |
| Grant_priv | Y | | X509_subject | ? |
| References_priv | Y | | Max_questions | 0 |
| Index_priv | Y | | Max_updates | 0 |
| Alter_priv | Y | | Max_connections | 0 |
+-----------------+---+ +-----------------+---+
BEWARE: Everybody can access your DB as user `root' from host `localhost'
: WITHOUT supplying a password.
: Be very careful about it!!

The following rules are used:
db : 'No matching rule'
host : 'Not processed: host-field is not empty in db-table.'
user :
'localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y
','Y','Y','Y','Y','Y','Y','Y','','','','','0','0','0'

BUGs can be reported by email to bugs@xxxxxxxxx

>>> Change the password from '' to 'password' (thus no special characters in
the password):

[root@sandbox bin]# mysqladmin -u root -p password 'password'
Enter password:
[root@sandbox bin]# mysqladmin -u root -p status
Enter password:
Uptime: 15310 Threads: 1 Questions: 323 Slow queries: 0 Opens: 12 Flush
tables: 1 Open tables: 4 Queries per second avg: 0.021

>>>> Now try to run mysqlaccess with the new password:

[root@sandbox bin]# mysqlaccess -u root -p -d mysql
mysqlaccess Version 2.06, 20 Dec 2000
By RUG-AIV, by Yves Carlier (Yves.Carlier@xxxxxxxxx)
Changes by Steve Harvey (sgh@xxxxxxx)
This software comes with ABSOLUTELY NO WARRANTY.
Password for MySQL user root:
Broken pipe

>>>> Checking everything else is still alright with the new password:

[root@sandbox bin]# mysqladmin -u root --password='password' status
Uptime: 15375 Threads: 1 Questions: 324 Slow queries: 0 Opens: 12 Flush
tables: 1 Open tables: 4 Queries per second avg: 0.021

>>>>> Reset password to '':

[root@sandbox bin]# mysqladmin -u root -p password ''
Enter password:
[root@sandbox bin]# mysqlaccess -u root -p -d mysql
mysqlaccess Version 2.06, 20 Dec 2000
By RUG-AIV, by Yves Carlier (Yves.Carlier@xxxxxxxxx)
Changes by Steve Harvey (sgh@xxxxxxx)
This software comes with ABSOLUTELY NO WARRANTY.
Password for MySQL user root:

Access-rights
for USER 'root', from HOST 'localhost', to DB 'mysql'
+-----------------+---+ +-----------------+---+
| Select_priv | Y | | Show_db_priv | Y |
| Insert_priv | Y | | Super_priv | Y |
| Update_priv | Y | | Create_tmp_table_priv | Y |
| Delete_priv | Y | | Lock_tables_priv | Y |
| Create_priv | Y | | Execute_priv | Y |
| Drop_priv | Y | | Repl_slave_priv | Y |
| Reload_priv | Y | | Repl_client_priv | Y |
| Shutdown_priv | Y | | Ssl_type | ? |
| Process_priv | Y | | Ssl_cipher | ? |
| File_priv | Y | | X509_issuer | ? |
| Grant_priv | Y | | X509_subject | ? |
| References_priv | Y | | Max_questions | 0 |
| Index_priv | Y | | Max_updates | 0 |
| Alter_priv | Y | | Max_connections | 0 |
+-----------------+---+ +-----------------+---+
BEWARE: Everybody can access your DB as user `root' from host `localhost'
: WITHOUT supplying a password.
: Be very careful about it!!

The following rules are used:
db : 'No matching rule'
host : 'Not processed: host-field is not empty in db-table.'
user :
'localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y
','Y','Y','Y','Y','Y','Y','Y','','','','','0','0','0'

BUGs can be reported by email to bugs@xxxxxxxxx

Can anyone tell me what's wrong here or how to solve this. As stated
before, my install is a standard source compile, no path changes (i.e.
installed to /usr/local/...), and the mysqld daemon is running. I
researched further into this on the lists and Google and found this thread
from Stephen Figgins:

http://lists.mysql.com/mysql/11904 which Stephen solved with
http://lists.mysql.com/mysql/11921 but although the symptoms displayed in
his install are the same as mine, the solution is not applicable to the
above, as I've been testing mysqlaccess with the password "password"
(amongst others) which doesn't contain any special characters.

TIA

Kemi


This email is confidential and intended solely for the use of the
individual to whom it is addressed. The contents of this message will
not be in any way binding upon the Big Lottery Fund. Opinions, conclusions,
contractual obligations and other information in this message, in so far as
they relate to the official business of the Big Lottery Fund, must be
specifically confirmed in writing by the Big Lottery Fund. If you are not the
intended recipient, be advised that you have received this email in error and
that any use, dissemination, forwarding, printing, or copying of this email is
strictly prohibited.
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
qplus.devel/200...    network.jabber....    debian.qa-packa...    encryption.gpg....    python.dabo.dev...    uclinux.devel/2...    science.mathema...    recreation.pesc...    kernel.ck/2004-...    mozilla.devel.e...    tex.latex.prosp...    ietf.multi6/200...    bbc.cvs/2002-11...    xfree86.newbie/...    jakarta.taglibs...    altlinux.hardwa...    comedi/2002-05/...    horde.bugs/2004...    games.diplomacy...    finance.e-gold....    web.dom.test-su...    lang.ruby.rails...    os.netbsd.devel...    video.gstreamer...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation