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