Please visit https://asistencia.in/blogs/1-mysql-5-5-installation-guide
Thank you
Please visit https://asistencia.in/blogs/1-mysql-5-5-installation-guide
Thank you
got this working on ubuntu 20.04... you're my hero
which mysql-client version i need to install with this ?
If anyone runs in to the error
mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
Simply install libncurses5
sudo add-apt-repository universe
sudo apt-get install libncurses5
You sir are a life saver and have made our lives easier. Thank You
Thank you very much for these instructions!
While I am trying to log in using root user, but it shows these errors.
mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
While I am trying to log in using root user, but it shows these errors.
mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
@mostafijurr have you tried answer of @JTorres87 ? Take a look at second comment above yours.
@acosonic I have tried with this. but it is not working. its shows errors.
@acosonic I have tried with this. but it is not working. its shows errors.
This would now be a different problem... What happens if you sudo su, then mysql -u root ... ?
Ola esse Funcionou para min
Se der esse erro:
mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
Esse comando resolve
apt-get install libncurses5