Skip to main content

All Questions

Tagged with
0 votes
0 answers
296 views

Mysql down after restarting server

I have an Ubuntu 16.04 server with ISPConfig 3.1. For some reason the server was working too much on a process with high load, so I powered off and restarted the machine. After that, Mysql stopped ...
DavidM's user avatar
  • 111
0 votes
0 answers
88 views

How to install MySQL 5.7.18 in Ubuntu machine?

I need to install MySQL 5.7.18 in an Ubuntu machine, the apt repo and official MySQL site shows only the version 5.7.24
Rishikesh's user avatar
1 vote
1 answer
1k views

*** buffer overflow detected *** in mariadb 10.3.11

We are getting Assertion failure every time memory usage of MySQL spikes up to overall system's memory. Every time Assertion failure reports different file in code location "/home/buildbot/buildbot/...
Sathish Kumar S's user avatar
1 vote
2 answers
53 views

I am getting following error in Ubuntu 18 although I haven't set any password for SQL

mysql -u root -p Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) I am unable to find the solution for this.
Dhiraj Sharma's user avatar
0 votes
0 answers
23 views

Removing mysql from Ubuntu 16.04 creates issues while reinstalling it

I needed to delete mysql from ubuntu 16.04. After deleting it, found that I got myself into trouble and cannot reinstall it normally. I also cleaned my system by sudo apt-get clean. sudo apt-get ...
Adnan Fayaz's user avatar
1 vote
0 answers
3k views

Setup of MySQL Group Replication (Master-Master)

I'm about to start testing a master master setup using MySQL Group Replication. I've set up 2 (so far) machines, likely will be a third. They both have 2 nics, one for application access and one ...
Bruce's user avatar
  • 11
0 votes
0 answers
940 views

Postfix 3.1 not supporting mysql type

New mail server hosted on Ubuntu 16.04, supposed to be (postfix, dovecot, mysql), i installed postfix and mysql as follows: apt install postfix postfix-mysql mysql-server mysql-client After ...
MohammedSimba's user avatar