2
I m using Ubuntu 11.04. I have installed MySQL server and client ver 5.5.13.
The problem I have is actually to start MySQL after installing it from the .rpm
package obtained from the Oracle site.
I m not able to find any guide for configuring MySQL after completing its installation. I installed it using alien.
Installing rpm packages on Debian based system is a bad practice. You should use packages provided by your system. Using "apt-cache search mysql" to get the list of available mysql packages, and "apt-get install mysql-server-5.5 mysql-client-5.5" to install MySQL packaged by Ubuntu/Debian maintainers. If this is a production server, it is even more of a bad idea to use RPM. – Biapy – 2014-01-28T00:13:04.307