I am new to MySQL.
I have inherited old MySQL databases on MySQL 4.0.23 that I need to move to a separate and new server with MySQL 5.0.22. I think I understand how to use mysqldump to move the databases, but how do I bring user accounts, user passwords, and user privileges from the the old server to the new one?
Thanks in advance.
-Gary