I installed mysql-5.1 into my server and mysql-4.1 has been installed already. Then, I realized that I can connect from mysql-5.1 client to mysql-4.1 server like this.
[hoge@localhost:/usr/local/mysql5/bin]% ./mysql -u root -pXXXXXX -P 3306 -S /tmp/mysql4.sock
I can use select query to mysql-4.1 server. Is there any restriction in this case? If there is a official document, please tell me.....
mysql5 has a perfect backward compatibility?