• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Ipossible upting mysql

Status
Not open for further replies.

Manuel_Caramia

Regular Pleskian
Hi, during autoupdater I found this error: /usr/bin/mysql: No such file or directory
The update of mysql is not ability in update of plesk and if it was ability I have the same error.
Now I update the log. Thank you.
 

Attachments

  • File-Log.txt
    20.5 KB · Views: 2
But do you have mysql service installed? What is your OS?
 
Have you checked it? Please show me output of following commands:

# ls -la /usr/bin/mysql
# rpm -qf /usr/bin/mysql
 
Yes:
[root@xxxxxxxx]# ls -la /usr/bin/mysql
ls: impossibile accedere a /usr/bin/mysql: No such file or directory
[root@xxxxxxxx]# rpm -qf /usr/bin/mysql
errore: file /usr/bin/mysql: No such file or directory
 
[root@xxxxxx]# rpm -qa | grep -i mysql
perl-DBD-MySQL-4.013-3.el6.x86_64
mysql-server-5.5.41-27.el6.art.x86_64
php-mysql-5.4.36-42.el6.art.x86_64
mysql-connector-odbc-5.1.5r1144-7.el6.x86_64
mysql-libs-5.5.41-27.el6.art.x86_64
compat-mysql51-5.1.54-1.el6.remi.x86_64
 
On my test server I see:

# rpm -qa | grep -i mysql
mysql-5.1.73-3.el6_5.i686
mysql-connector-odbc-5.1.5r1144-7.el6.i686
mysql-libs-5.1.73-3.el6_5.i686
mysql-server-5.1.73-3.el6_5.i686
php-mysql-5.3.3-40.el6_6.i686
perl-DBD-MySQL-4.013-3.el6.i686

You have no mysql package installed. Missing file /usr/bin/mysql is a part of this package:

# rpm -qf /usr/bin/mysql
mysql-5.1.73-3.el6_5.i686
 
Install missing mysql package with yum or rpm package manager.
 
Impossibile install missing packege.
<# yum install mysql-5.1.73-3.el6_5.i686
Plugin abilitati:fastestmirror
Impostazione processo di installazione
Determining fastest mirrors
epel/metalink | 11 kB 00:00 * atomic: www6.atomicorp.com
* base: centos.mirror.rafal.ca
* epel: mirror.steadfast.net
* extras: centos.mirror.rafal.ca
* remi: rpms.famillecollet.com
* updates: centos.mirror.rafal.ca
atomic | 3.4 kB 00:00 atomic/primary_db | 714 kB 00:00 base | 3.7 kB 00:00 base/primary_db | 4.6 MB 00:00 epel | 4.4 kB 00:00 epel/primary_db | 6.3 MB 00:00 extras | 3.4 kB 00:00 extras/primary_db | 30 kB 00:00 remi | 2.9 kB 00:00 remi/primary_db | 1.0 MB 00:00 updates | 3.4 kB 00:00 updates/primary_db | 1.6 MB 00:00 Nessun pacchetto mysql-5.1.73-3.el6_5.i686 disponibile.
Errore: Niente da fare
 
Status
Not open for further replies.
Back
Top