In an earlier thread I tried to install MySQL 4.1 server but that I ran into complications through 2 thirds of the way.
Anyway, now my web host server is being upgraded to 5.0 so I thought it would be much easier to install MySQL 5.0 server on my Kubuntu box since it's listed in the apt-get manager and all.
Again I'm running into problems. If somebody could help me with this I'd appreciate it a lot. I got the following message when I entered 'sudo apt-get install mysql-server':
What does that all mean?
Anyway, now my web host server is being upgraded to 5.0 so I thought it would be much easier to install MySQL 5.0 server on my Kubuntu box since it's listed in the apt-get manager and all.
Again I'm running into problems. If somebody could help me with this I'd appreciate it a lot. I got the following message when I entered 'sudo apt-get install mysql-server':
Code:
Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libdbd-mysql-perl libmysqlclient15off mysql-client-5.0 mysql-common mysql-server-5.0 Suggested packages: tinyca Recommended packages: mailx The following NEW packages will be installed: libdbd-mysql-perl libmysqlclient15off mysql-client-5.0 mysql-common mysql-server mysql-server-5.0 0 upgraded, 6 newly installed, 0 to remove and 8 not upgraded. Need to get 35.2MB of archives. After unpacking 91.6MB of additional disk space will be used. Do you want to continue [Y/n]? y Get:1 [url]http://de.archive.ubuntu.com[/url] feisty/main mysql-common 5.0.38-0ubuntu1 [53.7kB] Get:2 [url]http://de.archive.ubuntu.com[/url] feisty/main libmysqlclient15off 5.0.38-0ubuntu1 [1835kB] Get:3 [url]http://de.archive.ubuntu.com[/url] feisty/main libdbd-mysql-perl 3.0008-1build1 [140kB] Get:4 [url]http://de.archive.ubuntu.com[/url] feisty/main mysql-client-5.0 5.0.38-0ubuntu1 [7361kB] Get:5 [url]http://de.archive.ubuntu.com[/url] feisty/main mysql-server-5.0 5.0.38-0ubuntu1 [25.7MB] Get:6 [url]http://de.archive.ubuntu.com[/url] feisty/main mysql-server 5.0.38-0ubuntu1 [47.5kB] Fetched 35.2MB in 1m41s (346kB/s) Preconfiguring packages ... Selecting previously deselected package mysql-common. (Reading database ... 96591 files and directories currently installed.) Unpacking mysql-common (from .../mysql-common_5.0.38-0ubuntu1_all.deb) ... Selecting previously deselected package libmysqlclient15off. Unpacking libmysqlclient15off (from .../libmysqlclient15off_5.0.38-0ubuntu1_i386.deb) ... Selecting previously deselected package libdbd-mysql-perl. Unpacking libdbd-mysql-perl (from .../libdbd-mysql-perl_3.0008-1build1_i386.deb) ... Selecting previously deselected package mysql-client-5.0. Unpacking mysql-client-5.0 (from .../mysql-client-5.0_5.0.38-0ubuntu1_i386.deb) ... Setting up mysql-common (5.0.38-0ubuntu1) ... (Reading database ... 96690 files and directories currently installed.) Unpacking mysql-server-5.0 (from .../mysql-server-5.0_5.0.38-0ubuntu1_i386.deb) ... /etc/init.d/mysql: 66: source: not found /etc/init.d/mysql: 166: my_print_defaults: not found /etc/init.d/mysql: 249: log_failure_msg: not found invoke-rc.d: initscript mysql, action "stop" failed. invoke-rc.d returned 127 There is a MySQL server running, but we failed in our attempts to stop it. Stop it yourself and try again! dpkg: error processing /var/cache/apt/archives/mysql-server-5.0_5.0.38-0ubuntu1_i386.deb (--unpack): subprocess pre-installation script returned error exit status 1 Selecting previously deselected package mysql-server. Unpacking mysql-server (from .../mysql-server_5.0.38-0ubuntu1_all.deb) ... /etc/init.d/mysql: 66: source: not found /etc/init.d/mysql: 166: my_print_defaults: not found /etc/init.d/mysql: 249: log_failure_msg: not found invoke-rc.d: initscript mysql, action "stop" failed. invoke-rc.d returned 127 There is a MySQL server running, but we failed in our attempts to stop it. Stop it yourself and try again! dpkg: error processing /var/cache/apt/archives/mysql-server_5.0.38-0ubuntu1_all.deb (--unpack): subprocess pre-installation script returned error exit status 1 Errors were encountered while processing: /var/cache/apt/archives/mysql-server-5.0_5.0.38-0ubuntu1_i386.deb /var/cache/apt/archives/mysql-server_5.0.38-0ubuntu1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
Comment