root@raspberrypi:~# apt-get install mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libdbd-mysql-perl libmysqlclient16 mysql-client-5.5 mysql-server-5.5
mysql-server-core-5.5
Suggested packages:
  libterm-readkey-perl tinyca
The following NEW packages will be installed:
  libdbd-mysql-perl libmysqlclient16 mysql-client-5.5 mysql-server
mysql-server-5.5 mysql-server-core-5.5
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 8,250 kB of archives.
After this operation, 87.9 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main
libmysqlclient16 armhf 5.1.62-1 [1,828 kB]
Get:2 http://mirrordirector.raspbian.org/raspbian/ wheezy/main
libdbd-mysql-perl armhf 4.021-1 [123 kB]
Get:3 http://mirrordirector.raspbian.org/raspbian/ wheezy/main
mysql-client-5.5 armhf 5.5.40-0+wheezy1 [1,436 kB]
Get:4 http://mirrordirector.raspbian.org/raspbian/ wheezy/main
mysql-server-core-5.5 armhf 5.5.40-0+wheezy1 [3,061 kB]
Get:5 http://mirrordirector.raspbian.org/raspbian/ wheezy/main
mysql-server-5.5 armhf 5.5.40-0+wheezy1 [1,730 kB]
Get:6 http://mirrordirector.raspbian.org/raspbian/ wheezy/main mysql-server
all 5.5.40-0+wheezy1 [73.9 kB]
Fetched 8,250 kB in 7s (1,148 kB/s)
Preconfiguring packages ...
Selecting previously unselected package libmysqlclient16.
(Reading database ... 93714 files and directories currently installed.)
Unpacking libmysqlclient16 (from .../libmysqlclient16_5.1.62-1_armhf.deb)
...
Selecting previously unselected package libdbd-mysql-perl.
Unpacking libdbd-mysql-perl (from .../libdbd-mysql-perl_4.021-1_armhf.deb)
...
Selecting previously unselected package mysql-client-5.5.
Unpacking mysql-client-5.5 (from
.../mysql-client-5.5_5.5.40-0+wheezy1_armhf.deb) ...
Selecting previously unselected package mysql-server-core-5.5.
Unpacking mysql-server-core-5.5 (from
.../mysql-server-core-5.5_5.5.40-0+wheezy1_armhf.deb) ...
Selecting previously unselected package mysql-server-5.5.
Unpacking mysql-server-5.5 (from
.../mysql-server-5.5_5.5.40-0+wheezy1_armhf.deb) ...
Selecting previously unselected package mysql-server.
Unpacking mysql-server (from .../mysql-server_5.5.40-0+wheezy1_all.deb) ...
Processing triggers for man-db ...
Setting up libmysqlclient16 (5.1.62-1) ...
Setting up libdbd-mysql-perl (4.021-1) ...
Setting up mysql-client-5.5 (5.5.40-0+wheezy1) ...
Setting up mysql-server-core-5.5 (5.5.40-0+wheezy1) ...
Setting up mysql-server-5.5 (5.5.40-0+wheezy1) ...
[ ok ] Stopping MySQL database server: mysqld.
150108 11:57:59 [Warning] Using unique option prefix key_buffer instead of
key_buffer_size is deprecated and will be removed in a future release.
Please use the full name instead.
150108 11:57:59 [Warning] Using unique option prefix myisam-recover instead
of myisam-recover-options is deprecated and will be removed in a future
release. Please use the full name instead.
150108 11:57:59 [Note] Plugin 'FEDERATED' is disabled.
150108 11:57:59 InnoDB: The InnoDB memory heap is disabled
150108 11:57:59 InnoDB: Mutexes and rw_locks use GCC atomic builtins
150108 11:57:59 InnoDB: Compressed tables use zlib 1.2.7
150108 11:57:59 InnoDB: Using Linux native AIO
150108 11:58:00 InnoDB: Initializing buffer pool, size = 128.0M
150108 11:58:00 InnoDB: Completed initialization of buffer pool
150108 11:58:00 InnoDB: highest supported file format is Barracuda.
150108 11:58:00  InnoDB: Waiting for the background threads to start
150108 11:58:01 InnoDB: 5.5.40 started; log sequence number 1595675
150108 11:58:01  InnoDB: Starting shutdown...
150108 11:58:02  InnoDB: Shutdown completed; log sequence number 1595675
[FAIL] Starting MySQL database server: mysqld . . . . . . . . . . . . . .
failed!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.5 (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.5; however:
  Package mysql-server-5.5 is not configured yet.

dpkg: error processing mysql-server (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 mysql-server-5.5
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@raspberrypi:~#


#EOF

Reply via email to