I am exactly with the problem of the following question on my server and when accessing the log file it appears empty, i.e., no information.
Data from my server:
ricardoramos@garapa:~$ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 12.04.5 LTSRelease: 12.04Codename: preciseI have only ssh access to my server. In addition, I have already performed all the steps suggested by @Rajesh, however when reinstalling mysql-server with the command:
sudo apt-get install mysql-server-5.5I get the following message:
ERROR: There's not enough space in /var/lib/mysql/E: Write error - write (28: There is no space available on the device)ricardoramos@garapa:~$ sudo fdisk -lDisco /dev/sda: 1000.2 GB, 1000202305536 bytes255 cabeças, 63 setores/trilhas, 121601 cilindros, total de 1953520128 setoresUnidades = setores de 1 * 512 = 512 bytesTamanho do setor (lógico/físico): 512 bytes / 512 bytesTamanho da E/S (mínimo/ideal): 512 bytes / 512 bytesIdentificador do disco: 0x471b256cDispositivo Boot Início Fim Blocos Id Sistema/dev/sda1 * 128 1603201151 801600512 83 Linux/dev/sda2 1603201152 1953517951 175158400 5 Estendida/dev/sda5 1603201280 1945706751 171252736 83 Linux/dev/sda6 1945706880 1953517951 3905536 82 Linux swap / Solarisricardoramos@garapa:~$ df -hSist. Arq. Tam. Usado Disp. Uso% Montado em/dev/sda5 163G 155G 0 100% /udev 1,5G 4,0K 1,5G 1% /devtmpfs 599M 724K 599M 1% /runnone 5,0M 0 5,0M 0% /run/locknone 1,5G 0 1,5G 0% /run/shmoverflow 1,0M 1,0M 0 100% /tmp/dev/sda1 759G 4,1G 717G 1% /homericardoramos@garapa:~$ dpkg -l | grep mysqliU libdbd-mysql-perl 4.020-1ubuntu0.1 Perl5 database interface to the MySQL databaseii libmysql-java 5.1.16-2 Java database (JDBC) driver for MySQLiU libmysqlclient18 5.5.54-0ubuntu0.12.04.1 MySQL database client libraryiU mysql-client-5.5 5.5.54-0ubuntu0.12.04.1 MySQL database client binariesii mysql-client-core-5.5 5.5.34-0ubuntu0.12.04.1 MySQL database core client binariesii mysql-common 5.5.54-0ubuntu0.12.04.1 MySQL database common files, e.g. /etc/mysql/my.cnfii mysql-gui-tools-common 5.0r14+openSUSE-2.2ubuntu2 Architecture independent files for MySQL GUI ToolsiU mysql-server 5.5.54-0ubuntu0.12.04.1 MySQL database server (metapackage depending on the latest version)ii mysql-server-core-5.5 5.5.54-0ubuntu0.12.04.1 MySQL database server binariesAlso, I already checked the following question in askubuntu, but I still have no solution.
https://askubuntu.com/questions/482923/mysql-error-the-partition-with-var-lib-mysql-is-too-full
How should I do to get the MySQL server installed?