Re: Can't connect as non-root user to database

2012-03-16 Thread Clemens Eisserer
tioned (thanks again!). Furthermore, why does mysql print "access denied for someone@localhost" even when I specify -h127.0.0.1? Thanks a lot for your response, Clemens > On Unix-based systems the alias 'localhost' implies the local Unix socket, > not a networking po

Re: Can't connect as non-root user to database

2012-03-16 Thread Clemens Eisserer
th -h you are actually forcing MySQL to use > TCP/IP so it will authenticate you using your ip address (127.0.0.1) Actually even with -h127.0.0.1 specified, I got "access denied for ...@localhost". Thanks again, Clemens -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

Re: Can't connect as non-root user to database

2012-03-16 Thread Clemens Eisserer
the same error: ERROR 1045 (28000): Access denied for user 'someone'@'localhost' (using password: YES) However with -h192.168.1.102 everything works as expected, although I used 'someone'@'%' everywhere. Does '%' not include local connections / unix

Re: Can't connect as non-root user to database

2012-03-16 Thread Clemens Eisserer
after deletig its data-directory didn't help unfourtunatly. I also don't use fancy configuration, all I did was to copy my-medium.cnf to /etc/my.cnf and enabled innodb. Thanks, Clemens -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

Can't connect as non-root user to database

2012-03-16 Thread Clemens Eisserer
localhost' (using password: YES) Any idea whats going wrong here? Connecting with mysql-workbench seems to work, although I don't see somedb in the list of databases. Thanks in advance, Clemens -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

directory confusion when installing mysql?

2001-04-25 Thread clemens
e with SQL, so any help is greatly appreciated! Many thanks for your time!! Clemens -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net - Before posting, please check: http://www.mysql.com/manual.php (the