I have installed mysql using the package management system.I am using ubuntu machine.
After that i have very well configured the server for InnoDB and other server related parameters.
I am using the version
mysql> select version();
+-----------------------+
| version() |
+-----------------------+
| 5.1.49-1ubuntu8.1-log |
+-----------------------+
1 row in set (0.00 sec)
Now i want to upgrade my MySQL server to some Higher version say 5.5. what steps should I follow to accomplish the same...?
Thanks...!