Forum Moderators: bakedjake
gunzip -dc mysql-3.23.55.tar.gz ¦ tar.xv
cd mysql-3.23.55
./configure --prefix=/usr/local/mysql
make
make install
scripts/mysql_install_db
Everything works fine until I have to type this:
/usr/local/bin/safe_mysqld &
In that line I get an error message saying that it could not locate the server.
<added>
many of the terms used are not commun to me
RPM is a format of packaging. All the applications that were installed along with your system were originally packed on a .rpm file.
Your distribution should have an update application. Run it and it should list the packages available for installation. Probably it will ask for the CD.
</added>