PDA

View Full Version : [ubuntu] Problem with install MySQL on Ubuntu 9.4



dechiffre
May 4th, 2009, 01:04 PM
I wanna install MySQL on my laptop machine on amd64 ubuntu 9.4 with this command


sudo apt-get install mysql-server-5.0
and then I want to start mysql server


/etc/init.d/mysql: 73: source: not found
/etc/init.d/mysql: 173: my_print_defaults: not found
/etc/init.d/mysql: 256: log_failure_msg: not found
then I remove mysql server
but i got following error.


Reading package lists...
Building dependency tree
Durum bilgisi okunuyor...
mysql-server paketi is not installed

i check installed package


sudo dpkg --get-selections | grep mysql
i got following message


libdbd-mysql-perl install
libmysqlclient15off install
mysql-admin deinstall
mysql-common install
mysql-query-browser deinstall
mysql-server install
I can't understand anything.
What is the problem?