TECTED]
Gesendet: Dienstag, 22. August 2006 16:33
An: Jürgen Ladstätter
Cc: mysql@lists.mysql.com
Betreff: Re: mysql program wont work after mysqlserver update
Jürgen, I wonder if you have properly set collations in just some areas?
show variables like "collation%";
show create table
: Dienstag, 22. August 2006 14:52
An: Jürgen Ladstätter
Cc: mysql@lists.mysql.com
Betreff: Re: mysql program wont work after mysqlserver update
Jürgen, not sure if this would be it, but password handling changed
somewhat with MySQL 4.1. From your error msg it seems doubtful, but
thought I'd mention
Cc: mysql@lists.mysql.com
Betreff: Re: mysql program wont work after mysqlserver update
Jürgen, not sure if this would be it, but password handling changed
somewhat with MySQL 4.1. From your error msg it seems doubtful, but
thought I'd mention it.
http://dev.mysql.com/doc/refman/4.1/en/passwo
Jürgen, not sure if this would be it, but password handling changed
somewhat with MySQL 4.1. From your error msg it seems doubtful, but
thought I'd mention it.
http://dev.mysql.com/doc/refman/4.1/en/password-hashing.html
Dan
On 8/22/06, Jürgen Ladstätter <[EMAIL PROTECTED]> wrote:
Hi all,
Hi all,
i developed a c+ programm which uses dbx to get access to my mysqlserver.
Now I needed to change provider and so I have my own server here :-)
the old server was a 4.0.24 and now I have a 4.1.21.
the problem is: when I connect and want to access any data, I get the error
message, that