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
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
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
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
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
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