LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 10-19-2016, 10:14 AM   #1
ArchieBa
Member
 
Registered: Oct 2016
Location: Canada
Posts: 33

Rep: Reputation: Disabled
Trying to add MySQL 5.5 to 5.6


I get this:

[root@vps-xxxxxxx ~]# yum update
Loaded plugins: fastestmirror
Setting up Update Process
Repository 'mysql56.community' is missing name in configuration, using id
Repository 'mysql57-community' is missing name in configuration, using id
Determining fastest mirrors
epel/metalink | 8.8 kB 00:00
Error: Cannot find a valid baseurl for repo: mysql56.community

can anyolne help? Thanks!!!
 
Old 10-19-2016, 10:25 AM   #2
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
In your /etc/yum.repos.d/ directory, you have a mysql repo file apparently and it is written incorrectly. Find that and compare it to a working yum repo config:

Code:
cat /etc/yum.repos.d/CentOS-Base.repo

[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
 
Old 10-19-2016, 10:47 AM   #3
ArchieBa
Member
 
Registered: Oct 2016
Location: Canada
Posts: 33

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by szboardstretcher View Post
In your /etc/yum.repos.d/ directory, you have a mysql repo file apparently and it is written incorrectly. Find that and compare it to a working yum repo config:

Code:
cat /etc/yum.repos.d/CentOS-Base.repo

[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
ok I have CentOS 6, will your code still work?
 
Old 10-19-2016, 11:15 AM   #4
ArchieBa
Member
 
Registered: Oct 2016
Location: Canada
Posts: 33

Original Poster
Rep: Reputation: Disabled
Well I did what you said and I guess I have two files now. (I used the CentOS-6 for the gpgkey)

Code:
[root@vps-xxxxxxx~]# yum update
Loaded plugins: fastestmirror
Setting up Update Process
Repository base is listed more than once in the configuration
Repository 'mysql56.community' is missing name in configuration, using id
Repository 'mysql57-community' is missing name in configuration, using id
Determining fastest mirrors
epel/metalink                                            | 8.5 kB     00:00
Error: Cannot find a valid baseurl for repo: mysql56.community
 
Old 10-19-2016, 11:23 AM   #5
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
I said to compare it and gave you something to compare it to. I didn't say 'take this and put it into a file.'

Ok. Allow me to explain again.
  • Go into the yum.repos.d directory. That is where your 'repos' are defined.
  • Undo whatever you *thought* I told you to do. So we are back to where you started.
  • Then look at your error and read it: "Cannot find a valid baseurl for repo: mysql56.community"
  • Look in your repo directory and find the file for the mysql56.community repo mentioned in the error.
  • Look in that file. Find the line that says 'baseurl' mentioned in the error.
  • COMPARE that line to other files and fix it.

If you are not successful, start with posting the output of
Code:
cd /etc/yum.repos.d/; ls -alh
 
1 members found this post helpful.
Old 10-19-2016, 11:33 AM   #6
ArchieBa
Member
 
Registered: Oct 2016
Location: Canada
Posts: 33

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by szboardstretcher View Post
I said to compare it and gave you something to compare it to. I didn't say 'take this and put it into a file.'

Ok. Allow me to explain again.
  • Go into the yum.repos.d directory. That is where your 'repos' are defined.
  • Undo whatever you *thought* I told you to do. So we are back to where you started.
  • Then look at your error and read it: "Cannot find a valid baseurl for repo: mysql56.community"
  • Look in your repo directory and find the file for the mysql56.community repo mentioned in the error.
  • Look in that file. Find the line that says 'baseurl' mentioned in the error.
  • COMPARE that line to other files and fix it.

If you are not successful, start with posting the output of
Code:
cd /etc/yum.repos.d/; ls -alh
Ok goodness I LOL so hard at your answer. Yes I did think you told me to make a file.

Code:
[root@vps-xxxxxxx~]# cd /etc/yum.repos.d/; ls -alh
total 88K
drwxr-xr-x  2 root root 4.0K Oct 19 12:12 .
drwxr-xr-x 96 root root  12K Oct 18 14:56 ..
-rw-r--r--  1 root root  948 Apr 15  2014 atomic.repo
-rw-r--r--  1 root root  266 Oct 19 12:12 Centos-Base.repo
-rw-r--r--  1 root root 2.0K May 18 15:47 CentOS-Base.repo
-rw-r--r--  1 root root  647 May 18 15:47 CentOS-Debuginfo.repo
-rw-r--r--  1 root root  289 May 18 15:47 CentOS-fasttrack.repo
-rw-r--r--  1 root root  630 May 18 15:47 CentOS-Media.repo
-rw-r--r--  1 root root 6.2K May 18 15:47 CentOS-Vault.repo
-rw-r--r--  1 root root  957 Nov  4  2012 epel.repo
-rw-r--r--  1 root root 1.1K Nov  4  2012 epel-testing.repo
-rw-r--r--  1 root root   59 Oct 18 15:23 mysql-community.repo
-rw-r--r--  1 root root  180 Oct  6  2015 plesk-php5.2.repo
-rw-r--r--  1 root root  180 Oct 21  2015 plesk-php5.3.repo
-rw-r--r--  1 root root  180 Mar 25  2016 plesk-php5.4.repo
-rw-r--r--  1 root root  180 Jul 22 02:35 plesk-php5.5.repo
-rw-r--r--  1 root root  180 Sep 20 23:41 plesk-php5.6.repo
-rw-r--r--  1 root root  180 Sep 20 23:10 plesk-php7.0.repo
-rw-r--r--  1 root root  636 Oct 17 21:46 tortix-common.repo
I can see that I now have 2 CentOS-base.repo files. I rather post it here to make sure I don't assume things again.
 
Old 10-19-2016, 11:39 AM   #7
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
No problemo. Ok. First thing first. We remove the file you made a few minutes ago accidentally.

Code:
cd /etc/yum.repos.d/
rm Centos-Base.repo
Next I need the output of:

Code:
cat /etc/yum.repos.d/mysql-community.repo
 
1 members found this post helpful.
Old 10-19-2016, 11:43 AM   #8
ArchieBa
Member
 
Registered: Oct 2016
Location: Canada
Posts: 33

Original Poster
Rep: Reputation: Disabled
Code:
[root@vps-xxxxxxxxxxx yum.repos.d]# cat /etc/yum.repos.d/mysql-community.repo
[mysql56.community]
enable=1
[mysql57-community]
enable=0
 
Old 10-19-2016, 06:56 PM   #9
ArchieBa
Member
 
Registered: Oct 2016
Location: Canada
Posts: 33

Original Poster
Rep: Reputation: Disabled
Well I changed the file to this:

Code:
[mysql57-community]
name=MySQL 5.7 Community Server
baseurl=http://repo.mysql.com/yum/mysql-5.7-community/el/6/$basearch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
#
[mysql56-community]
name=MySQL 5.6 Community Server
baseurl=http://repo.mysql.com/yum/mysql-5.6-community/el/6/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
and ran yum update and it worked! but broke down later with this :

Code:
[root@vps-xxxxxxx ~]# yum update
Loaded plugins: fastestmirror
Setting up Update Process
Loading mirror speeds from cached hostfile
epel/metalink                                            |  11 kB     00:00
 * atomic: www5.atomicorp.com
 * base: mirror.netflash.net
 * epel: ca.mirror.babylon.network
 * extras: mirror.netflash.net
 * updates: mirror.netflash.net
atomic                                                   | 3.4 kB     00:00
atomic/primary_db                                        | 1.3 MB     00:00
base                                                     | 3.7 kB     00:00
base/primary_db                                          | 4.7 MB     00:00
epel                                                     | 4.3 kB     00:00
epel/primary_db                                          | 5.9 MB     00:06
extras                                                   | 3.4 kB     00:00
extras/primary_db                                        |  37 kB     00:00
mysql56-community                                        | 2.5 kB     00:00
mysql56-community/primary_db                             | 168 kB     00:00
plesk-php-5.2                                            | 2.9 kB     00:00
plesk-php-5.2/primary_db                                 |  14 kB     00:00
plesk-php-5.3                                            | 2.9 kB     00:00
plesk-php-5.3/primary_db                                 |  14 kB     00:00
plesk-php-5.4                                            | 2.9 kB     00:00
plesk-php-5.4/primary_db                                 |  14 kB     00:00
plesk-php-5.5                                            | 2.9 kB     00:00
plesk-php-5.5/primary_db                                 |  14 kB     00:00
plesk-php-5.6                                            | 2.9 kB     00:00
plesk-php-5.6/primary_db                                 |  14 kB     00:00
plesk-php-7.0                                            | 2.9 kB     00:00
plesk-php-7.0/primary_db                                 |  13 kB     00:00
updates                                                  | 3.4 kB     00:00
updates/primary_db                                       | 2.6 MB     00:00
Resolving Dependencies
--> Running transaction check
---> Package atomic-release.noarch 0:1.0-19.el6.art will be updated
---> Package atomic-release.noarch 0:1.0-21.el6.art will be an update
---> Package bash-completion.noarch 1:1.3-5.el6 will be updated
---> Package bash-completion.noarch 1:1.3-7.el6 will be an update
---> Package kernel-headers.x86_64 0:2.6.32-642.4.2.el6 will be updated
---> Package kernel-headers.x86_64 0:2.6.32-642.6.1.el6 will be an update
---> Package libc-client.x86_64 0:2007e-11.el6 will be updated
---> Package libc-client.x86_64 0:2007e-11.el6.art will be an update
---> Package libedit.x86_64 0:2.11-4.20080712cvs.1.el6 will be updated
---> Package libedit.x86_64 0:3.0-2.20090923cvs.el6.art will be an update
---> Package mod_python.x86_64 0:3.3.1-14.el6.1 will be updated
---> Package mod_python.x86_64 0:3.3.1-16.el6 will be an update
---> Package mod_security.x86_64 0:2.9.0-centos6.15082019 will be updated
---> Package mod_security.x86_64 1:2.9.1-33.el6.art will be an update
--> Processing Dependency: atomic-curl-libcurl for package: 1:mod_security-2.9.1-33.el6.art.x86_64
--> Processing Dependency: libyajl.so.2()(64bit) for package: 1:mod_security-2.9.1-33.el6.art.x86_64
---> Package mysql.x86_64 0:5.5.52-36.el6.art will be obsoleted
---> Package mysql-community-client.x86_64 0:5.6.34-2.el6 will be obsoleting
---> Package mysql-community-libs.x86_64 0:5.6.34-2.el6 will be obsoleting
--> Processing Dependency: mysql-community-common(x86-64) >= 5.6.10 for package: mysql-community-libs-5.6.34-2.el6.x86_64
---> Package mysql-community-libs-compat.x86_64 0:5.6.34-2.el6 will be obsoleting
---> Package mysql-community-server.x86_64 0:5.6.34-2.el6 will be obsoleting
--> Processing Dependency: libnuma.so.1(libnuma_1.2)(64bit) for package: mysql-community-server-5.6.34-2.el6.x86_64
--> Processing Dependency: libnuma.so.1(libnuma_1.1)(64bit) for package: mysql-community-server-5.6.34-2.el6.x86_64
--> Processing Dependency: libnuma.so.1()(64bit) for package: mysql-community-server-5.6.34-2.el6.x86_64
---> Package mysql-libs.x86_64 0:5.5.52-36.el6.art will be obsoleted
---> Package mysql-server.x86_64 0:5.5.52-36.el6.art will be obsoleted
---> Package perl-IO-Socket-INET6.noarch 0:2.56-4.el6 will be updated
---> Package perl-IO-Socket-INET6.noarch 0:2.67-1.el6.art will be an update
---> Package perl-JSON-XS.x86_64 0:3.01-centos6.15081418 will be updated
---> Package perl-JSON-XS.x86_64 1:2.27-2.el6 will be an update
---> Package php-ioncube-loader.x86_64 1:4.7.1-4.el6.art will be obsoleting
--> Processing Dependency: php-devel for package: 1:php-ioncube-loader-4.7.1-4.el6.art.x86_64
---> Package php5-ioncube-loader.x86_64 0:5.0.12-centos6.15081418 will be obsoleted
---> Package pigz.x86_64 0:2.2.5-1.el6 will be updated
---> Package pigz.x86_64 0:2.3.3-1.el6 will be an update
---> Package plesk-php56.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-bcmath.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-bcmath.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-cli.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-cli.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-dba.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-dba.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-enchant.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-enchant.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-fpm.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-fpm.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-gd.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-gd.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-imap.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-imap.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-intl.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-intl.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-ldap.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-ldap.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-mbstring.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-mbstring.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-mcrypt.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-mcrypt.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-mysql.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-mysql.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-odbc.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-odbc.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-opcache.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-opcache.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-pdo.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-pdo.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-pear.noarch 0:1.9.4-centos6.16092110 will be updated
---> Package plesk-php56-pear.noarch 0:1.9.4-centos6.16101710 will be an update
---> Package plesk-php56-pgsql.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-pgsql.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-process.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-process.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-pspell.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-pspell.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-release.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-release.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-snmp.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-snmp.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-soap.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-soap.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-tidy.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-tidy.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-xml.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-xml.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-xmlrpc.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-xmlrpc.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php70.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-bcmath.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-bcmath.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-cli.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-cli.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-dba.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-dba.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-enchant.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-enchant.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-fpm.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-fpm.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-gd.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-gd.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-imap.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-imap.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-intl.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-intl.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-ldap.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-ldap.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-mbstring.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-mbstring.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-mcrypt.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-mcrypt.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-mysql.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-mysql.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-odbc.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-odbc.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-opcache.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-opcache.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-pdo.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-pdo.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-pear.noarch 0:1.10.1-centos6.16092110 will be updated
---> Package plesk-php70-pear.noarch 0:1.10.1-centos6.16101411 will be an update
---> Package plesk-php70-pgsql.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-pgsql.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-process.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-process.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-pspell.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-pspell.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-release.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-release.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-snmp.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-snmp.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-soap.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-soap.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-tidy.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-tidy.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-xml.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-xml.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-xmlrpc.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-xmlrpc.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package psa-proftpd.x86_64 0:1.3.5b-cos6.build1205160427.18 will be updated
---> Package psa-proftpd.x86_64 0:1.3.6-11.el6.art will be an update
--> Processing Dependency: psa-proftpd-xinetd >= 1.3.6-11.el6.art for package: psa-proftpd-1.3.6-11.el6.art.x86_64
---> Package spamassassin.x86_64 0:3.3.1-3.el6 will be updated
---> Package spamassassin.x86_64 0:3.3.2-7.el6.art will be an update
--> Processing Dependency: perl(Mail::SPF) for package: spamassassin-3.3.2-7.el6.art.x86_64
---> Package sqlite.x86_64 0:3.6.20-1.el6_7.2 will be updated
---> Package sqlite.x86_64 0:3.7.9-1.el6.art will be an update
--> Running transaction check
---> Package atomic-curl-libcurl.x86_64 0:7.38.0-5.el6.art will be installed
---> Package atomic-yajl-yajl.x86_64 0:2.1.0-4.el6.art will be installed
---> Package mysql-community-common.x86_64 0:5.6.34-2.el6 will be installed
---> Package numactl.x86_64 0:2.0.9-2.el6 will be installed
---> Package perl-Mail-SPF.noarch 0:2.8.0-2.el6 will be installed
---> Package php-devel.x86_64 0:5.4.45-56.el6.art will be installed
--> Processing Dependency: automake for package: php-devel-5.4.45-56.el6.art.x86_64
--> Processing Dependency: autoconf for package: php-devel-5.4.45-56.el6.art.x86_64
---> Package psa-proftpd-xinetd.x86_64 0:1.3.6-11.el6.art will be installed
--> Running transaction check
---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed
---> Package automake.noarch 0:1.11.1-4.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                Arch   Version                  Repository         Size
================================================================================
Installing:
 mysql-community-client x86_64 5.6.34-2.el6             mysql56-community  18 M
     replacing  mysql.x86_64 5.5.52-36.el6.art
 mysql-community-libs   x86_64 5.6.34-2.el6             mysql56-community 1.9 M
     replacing  mysql-libs.x86_64 5.5.52-36.el6.art
 mysql-community-libs-compat
                        x86_64 5.6.34-2.el6             mysql56-community 1.6 M
     replacing  mysql-libs.x86_64 5.5.52-36.el6.art
 mysql-community-server x86_64 5.6.34-2.el6             mysql56-community  54 M
     replacing  mysql-server.x86_64 5.5.52-36.el6.art
 php-ioncube-loader     x86_64 1:4.7.1-4.el6.art        atomic            1.8 M
     replacing  php5-ioncube-loader.x86_64 5.0.12-centos6.15081418
Updating:
 atomic-release         noarch 1.0-21.el6.art           atomic            8.5 k
 bash-completion        noarch 1:1.3-7.el6              epel              216 k
 kernel-headers         x86_64 2.6.32-642.6.1.el6       updates           4.4 M
 libc-client            x86_64 2007e-11.el6.art         atomic            513 k
 libedit                x86_64 3.0-2.20090923cvs.el6.art
                                                        atomic             74 k
 mod_python             x86_64 3.3.1-16.el6             epel              293 k
 mod_security           x86_64 1:2.9.1-33.el6.art       atomic            262 k
 perl-IO-Socket-INET6   noarch 2.67-1.el6.art           atomic             18 k
 perl-JSON-XS           x86_64 1:2.27-2.el6             epel               93 k
 pigz                   x86_64 2.3.3-1.el6              epel               62 k
 plesk-php56            x86_64 5.6.27-centos6.16101710  plesk-php-5.6     380 k
 plesk-php56-bcmath     x86_64 5.6.27-centos6.16101710  plesk-php-5.6      15 k
 plesk-php56-cli        x86_64 5.6.27-centos6.16101710  plesk-php-5.6     5.6 M
 plesk-php56-dba        x86_64 5.6.27-centos6.16101710  plesk-php-5.6      20 k
 plesk-php56-enchant    x86_64 5.6.27-centos6.16101710  plesk-php-5.6     8.9 k
 plesk-php56-fpm        x86_64 5.6.27-centos6.16101710  plesk-php-5.6     1.4 M
 plesk-php56-gd         x86_64 5.6.27-centos6.16101710  plesk-php-5.6     106 k
 plesk-php56-imap       x86_64 5.6.27-centos6.16101710  plesk-php-5.6      31 k
 plesk-php56-intl       x86_64 5.6.27-centos6.16101710  plesk-php-5.6     106 k
 plesk-php56-ldap       x86_64 5.6.27-centos6.16101710  plesk-php-5.6      22 k
 plesk-php56-mbstring   x86_64 5.6.27-centos6.16101710  plesk-php-5.6     466 k
 plesk-php56-mcrypt     x86_64 5.6.27-centos6.16101710  plesk-php-5.6      14 k
 plesk-php56-mysql      x86_64 5.6.27-centos6.16101710  plesk-php-5.6     140 k
 plesk-php56-odbc       x86_64 5.6.27-centos6.16101710  plesk-php-5.6      31 k
 plesk-php56-opcache    x86_64 5.6.27-centos6.16101710  plesk-php-5.6      62 k
 plesk-php56-pdo        x86_64 5.6.27-centos6.16101710  plesk-php-5.6     408 k
 plesk-php56-pear       noarch 1.9.4-centos6.16101710   plesk-php-5.6     351 k
 plesk-php56-pgsql      x86_64 5.6.27-centos6.16101710  plesk-php-5.6      56 k
 plesk-php56-process    x86_64 5.6.27-centos6.16101710  plesk-php-5.6      19 k
 plesk-php56-pspell     x86_64 5.6.27-centos6.16101710  plesk-php-5.6     8.1 k
 plesk-php56-release    x86_64 5.6.27-centos6.16101710  plesk-php-5.6     2.4 k
 plesk-php56-snmp       x86_64 5.6.27-centos6.16101710  plesk-php-5.6      19 k
 plesk-php56-soap       x86_64 5.6.27-centos6.16101710  plesk-php-5.6     125 k
 plesk-php56-tidy       x86_64 5.6.27-centos6.16101710  plesk-php-5.6      16 k
 plesk-php56-xml        x86_64 5.6.27-centos6.16101710  plesk-php-5.6      73 k
 plesk-php56-xmlrpc     x86_64 5.6.27-centos6.16101710  plesk-php-5.6      32 k
 plesk-php70            x86_64 7.0.12-centos6.16101411  plesk-php-7.0     400 k
 plesk-php70-bcmath     x86_64 7.0.12-centos6.16101411  plesk-php-7.0      15 k
 plesk-php70-cli        x86_64 7.0.12-centos6.16101411  plesk-php-7.0     5.6 M
 plesk-php70-dba        x86_64 7.0.12-centos6.16101411  plesk-php-7.0      20 k
 plesk-php70-enchant    x86_64 7.0.12-centos6.16101411  plesk-php-7.0     8.8 k
 plesk-php70-fpm        x86_64 7.0.12-centos6.16101411  plesk-php-7.0     1.4 M
 plesk-php70-gd         x86_64 7.0.12-centos6.16101411  plesk-php-7.0     104 k
 plesk-php70-imap       x86_64 7.0.12-centos6.16101411  plesk-php-7.0      29 k
 plesk-php70-intl       x86_64 7.0.12-centos6.16101411  plesk-php-7.0     119 k
 plesk-php70-ldap       x86_64 7.0.12-centos6.16101411  plesk-php-7.0      21 k
 plesk-php70-mbstring   x86_64 7.0.12-centos6.16101411  plesk-php-7.0     466 k
 plesk-php70-mcrypt     x86_64 7.0.12-centos6.16101411  plesk-php-7.0      14 k
 plesk-php70-mysql      x86_64 7.0.12-centos6.16101411  plesk-php-7.0     124 k
 plesk-php70-odbc       x86_64 7.0.12-centos6.16101411  plesk-php-7.0      31 k
 plesk-php70-opcache    x86_64 7.0.12-centos6.16101411  plesk-php-7.0      77 k
 plesk-php70-pdo        x86_64 7.0.12-centos6.16101411  plesk-php-7.0     417 k
 plesk-php70-pear       noarch 1.10.1-centos6.16101411  plesk-php-7.0     337 k
 plesk-php70-pgsql      x86_64 7.0.12-centos6.16101411  plesk-php-7.0      55 k
 plesk-php70-process    x86_64 7.0.12-centos6.16101411  plesk-php-7.0      19 k
 plesk-php70-pspell     x86_64 7.0.12-centos6.16101411  plesk-php-7.0     8.2 k
 plesk-php70-release    x86_64 7.0.12-centos6.16101411  plesk-php-7.0     2.3 k
 plesk-php70-snmp       x86_64 7.0.12-centos6.16101411  plesk-php-7.0      18 k
 plesk-php70-soap       x86_64 7.0.12-centos6.16101411  plesk-php-7.0     115 k
 plesk-php70-tidy       x86_64 7.0.12-centos6.16101411  plesk-php-7.0      16 k
 plesk-php70-xml        x86_64 7.0.12-centos6.16101411  plesk-php-7.0      71 k
 plesk-php70-xmlrpc     x86_64 7.0.12-centos6.16101411  plesk-php-7.0      32 k
 psa-proftpd            x86_64 1.3.6-11.el6.art         atomic            2.2 M
 spamassassin           x86_64 3.3.2-7.el6.art          atomic            1.1 M
 sqlite                 x86_64 3.7.9-1.el6.art          atomic            348 k
Installing for dependencies:
 atomic-curl-libcurl    x86_64 7.38.0-5.el6.art         atomic            355 k
 atomic-yajl-yajl       x86_64 2.1.0-4.el6.art          atomic             29 k
 autoconf               noarch 2.63-5.1.el6             base              781 k
 automake               noarch 1.11.1-4.el6             base              550 k
 mysql-community-common x86_64 5.6.34-2.el6             mysql56-community 308 k
 numactl                x86_64 2.0.9-2.el6              base               74 k
 perl-Mail-SPF          noarch 2.8.0-2.el6              epel              138 k
 php-devel              x86_64 5.4.45-56.el6.art        atomic            2.7 M
 psa-proftpd-xinetd     x86_64 1.3.6-11.el6.art         atomic             14 k

Transaction Summary
================================================================================
Install      14 Package(s)
Upgrade      65 Package(s)

Total download size: 111 M
Is this ok [y/N]: y
Downloading Packages:
(1/79): atomic-curl-libcurl-7.38.0-5.el6.art.x86_64.rpm  | 355 kB     00:00
(2/79): atomic-release-1.0-21.el6.art.noarch.rpm         | 8.5 kB     00:00
(3/79): atomic-yajl-yajl-2.1.0-4.el6.art.x86_64.rpm      |  29 kB     00:00
(4/79): autoconf-2.63-5.1.el6.noarch.rpm                 | 781 kB     00:00
(5/79): automake-1.11.1-4.el6.noarch.rpm                 | 550 kB     00:00
(6/79): bash-completion-1.3-7.el6.noarch.rpm             | 216 kB     00:00
(7/79): kernel-headers-2.6.32-642.6.1.el6.x86_64.rpm     | 4.4 MB     00:00
(8/79): libc-client-2007e-11.el6.art.x86_64.rpm          | 513 kB     00:00
(9/79): libedit-3.0-2.20090923cvs.el6.art.x86_64.rpm     |  74 kB     00:00
(10/79): mod_python-3.3.1-16.el6.x86_64.rpm              | 293 kB     00:00
(11/79): mod_security-2.9.1-33.el6.art.x86_64.rpm        | 262 kB     00:00
(12/79): mysql-community-client-5.6.34-2.el6.x86_64.rpm  |  18 MB     00:00
(13/79): mysql-community-common-5.6.34-2.el6.x86_64.rpm  | 308 kB     00:00
(14/79): mysql-community-libs-5.6.34-2.el6.x86_64.rpm    | 1.9 MB     00:00
(15/79): mysql-community-libs-compat-5.6.34-2.el6.x86_64 | 1.6 MB     00:00
(16/79): mysql-community-server-5.6.34-2.el6.x86_64.rpm  |  54 MB     00:02
(17/79): numactl-2.0.9-2.el6.x86_64.rpm                  |  74 kB     00:00
(18/79): perl-IO-Socket-INET6-2.67-1.el6.art.noarch.rpm  |  18 kB     00:00
(19/79): perl-JSON-XS-2.27-2.el6.x86_64.rpm              |  93 kB     00:00
(20/79): perl-Mail-SPF-2.8.0-2.el6.noarch.rpm            | 138 kB     00:00
(21/79): php-devel-5.4.45-56.el6.art.x86_64.rpm          | 2.7 MB     00:00
(22/79): php-ioncube-loader-4.7.1-4.el6.art.x86_64.rpm   | 1.8 MB     00:00
(23/79): pigz-2.3.3-1.el6.x86_64.rpm                     |  62 kB     00:00
(24/79): plesk-php56-5.6.27-centos6.16101710.x86_64.rpm  | 380 kB     00:00
(25/79): plesk-php56-bcmath-5.6.27-centos6.16101710.x86_ |  15 kB     00:00
(26/79): plesk-php56-cli-5.6.27-centos6.16101710.x86_64. | 5.6 MB     00:00
(27/79): plesk-php56-dba-5.6.27-centos6.16101710.x86_64. |  20 kB     00:00
(28/79): plesk-php56-enchant-5.6.27-centos6.16101710.x86 | 8.9 kB     00:00
(29/79): plesk-php56-fpm-5.6.27-centos6.16101710.x86_64. | 1.4 MB     00:00
(30/79): plesk-php56-gd-5.6.27-centos6.16101710.x86_64.r | 106 kB     00:00
(31/79): plesk-php56-imap-5.6.27-centos6.16101710.x86_64 |  31 kB     00:00
(32/79): plesk-php56-intl-5.6.27-centos6.16101710.x86_64 | 106 kB     00:00
(33/79): plesk-php56-ldap-5.6.27-centos6.16101710.x86_64 |  22 kB     00:00
(34/79): plesk-php56-mbstring-5.6.27-centos6.16101710.x8 | 466 kB     00:00
(35/79): plesk-php56-mcrypt-5.6.27-centos6.16101710.x86_ |  14 kB     00:00
(36/79): plesk-php56-mysql-5.6.27-centos6.16101710.x86_6 | 140 kB     00:00
(37/79): plesk-php56-odbc-5.6.27-centos6.16101710.x86_64 |  31 kB     00:00
(38/79): plesk-php56-opcache-5.6.27-centos6.16101710.x86 |  62 kB     00:00
(39/79): plesk-php56-pdo-5.6.27-centos6.16101710.x86_64. | 408 kB     00:00
(40/79): plesk-php56-pear-1.9.4-centos6.16101710.noarch. | 351 kB     00:00
(41/79): plesk-php56-pgsql-5.6.27-centos6.16101710.x86_6 |  56 kB     00:00
(42/79): plesk-php56-process-5.6.27-centos6.16101710.x86 |  19 kB     00:00
(43/79): plesk-php56-pspell-5.6.27-centos6.16101710.x86_ | 8.1 kB     00:00
(44/79): plesk-php56-release-5.6.27-centos6.16101710.x86 | 2.4 kB     00:00
(45/79): plesk-php56-snmp-5.6.27-centos6.16101710.x86_64 |  19 kB     00:00
(46/79): plesk-php56-soap-5.6.27-centos6.16101710.x86_64 | 125 kB     00:00
(47/79): plesk-php56-tidy-5.6.27-centos6.16101710.x86_64 |  16 kB     00:00
(48/79): plesk-php56-xml-5.6.27-centos6.16101710.x86_64. |  73 kB     00:00
(49/79): plesk-php56-xmlrpc-5.6.27-centos6.16101710.x86_ |  32 kB     00:00
(50/79): plesk-php70-7.0.12-centos6.16101411.x86_64.rpm  | 400 kB     00:00
(51/79): plesk-php70-bcmath-7.0.12-centos6.16101411.x86_ |  15 kB     00:00
(52/79): plesk-php70-cli-7.0.12-centos6.16101411.x86_64. | 5.6 MB     00:00
(53/79): plesk-php70-dba-7.0.12-centos6.16101411.x86_64. |  20 kB     00:00
(54/79): plesk-php70-enchant-7.0.12-centos6.16101411.x86 | 8.8 kB     00:01
(55/79): plesk-php70-fpm-7.0.12-centos6.16101411.x86_64. | 1.4 MB     00:00
(56/79): plesk-php70-gd-7.0.12-centos6.16101411.x86_64.r | 104 kB     00:00
(57/79): plesk-php70-imap-7.0.12-centos6.16101411.x86_64 |  29 kB     00:00
(58/79): plesk-php70-intl-7.0.12-centos6.16101411.x86_64 | 119 kB     00:00
(59/79): plesk-php70-ldap-7.0.12-centos6.16101411.x86_64 |  21 kB     00:00
(60/79): plesk-php70-mbstring-7.0.12-centos6.16101411.x8 | 466 kB     00:00
(61/79): plesk-php70-mcrypt-7.0.12-centos6.16101411.x86_ |  14 kB     00:00
(62/79): plesk-php70-mysql-7.0.12-centos6.16101411.x86_6 | 124 kB     00:00
(63/79): plesk-php70-odbc-7.0.12-centos6.16101411.x86_64 |  31 kB     00:00
(64/79): plesk-php70-opcache-7.0.12-centos6.16101411.x86 |  77 kB     00:00
(65/79): plesk-php70-pdo-7.0.12-centos6.16101411.x86_64. | 417 kB     00:00
(66/79): plesk-php70-pear-1.10.1-centos6.16101411.noarch | 337 kB     00:00
(67/79): plesk-php70-pgsql-7.0.12-centos6.16101411.x86_6 |  55 kB     00:00
(68/79): plesk-php70-process-7.0.12-centos6.16101411.x86 |  19 kB     00:00
(69/79): plesk-php70-pspell-7.0.12-centos6.16101411.x86_ | 8.2 kB     00:00
(70/79): plesk-php70-release-7.0.12-centos6.16101411.x86 | 2.3 kB     00:00
(71/79): plesk-php70-snmp-7.0.12-centos6.16101411.x86_64 |  18 kB     00:00
(72/79): plesk-php70-soap-7.0.12-centos6.16101411.x86_64 | 115 kB     00:00
(73/79): plesk-php70-tidy-7.0.12-centos6.16101411.x86_64 |  16 kB     00:00
(74/79): plesk-php70-xml-7.0.12-centos6.16101411.x86_64. |  71 kB     00:00
(75/79): plesk-php70-xmlrpc-7.0.12-centos6.16101411.x86_ |  32 kB     00:00
(76/79): psa-proftpd-1.3.6-11.el6.art.x86_64.rpm         | 2.2 MB     00:00
(77/79): psa-proftpd-xinetd-1.3.6-11.el6.art.x86_64.rpm  |  14 kB     00:00
(78/79): spamassassin-3.3.2-7.el6.art.x86_64.rpm         | 1.1 MB     00:00
(79/79): sqlite-3.7.9-1.el6.art.x86_64.rpm               | 348 kB     00:00
--------------------------------------------------------------------------------
Total                                            12 MB/s | 111 MB     00:09
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Importing GPG key 0x0608B895:
 Userid : EPEL (6) <epel@fedoraproject.org>
 Package: epel-release-6-8.noarch (installed)
 From   : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Is this ok [y/N]: y
warning: rpmts_HdrFromFdno: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql


GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
 
Old 10-20-2016, 11:24 AM   #10
ArchieBa
Member
 
Registered: Oct 2016
Location: Canada
Posts: 33

Original Poster
Rep: Reputation: Disabled
I copied the key located on http://dev.mysql.com/doc/refman/5.6/...signature.html
and put it into a file
Code:
[root@vps-xxxxxxx ~]# sudo vi /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
and ran yum update gave me this:

Code:
[root@vps-xxxxxxx ~]# yum update
Loaded plugins: fastestmirror
Setting up Update Process
Determining fastest mirrors
epel/metalink                                            |  12 kB     00:00
 * atomic: www5.atomicorp.com
 * base: mirror.netflash.net
 * epel: mirror.csclub.uwaterloo.ca
 * extras: mirror.netflash.net
 * updates: mirror.netflash.net
atomic                                                   | 3.4 kB     00:00
atomic/primary_db                                        | 1.3 MB     00:00
base                                                     | 3.7 kB     00:00
base/primary_db                                          | 4.7 MB     00:00
epel                                                     | 4.3 kB     00:00
epel/primary_db                                          | 5.9 MB     00:00
extras                                                   | 3.4 kB     00:00
extras/primary_db                                        |  37 kB     00:00
mysql56-community                                        | 2.5 kB     00:00
mysql56-community/primary_db                             | 168 kB     00:00
plesk-php-5.2                                            | 2.9 kB     00:00
plesk-php-5.2/primary_db                                 |  14 kB     00:00
plesk-php-5.3                                            | 2.9 kB     00:00
plesk-php-5.3/primary_db                                 |  14 kB     00:00
plesk-php-5.4                                            | 2.9 kB     00:00
plesk-php-5.4/primary_db                                 |  14 kB     00:00
plesk-php-5.5                                            | 2.9 kB     00:00
plesk-php-5.5/primary_db                                 |  14 kB     00:00
plesk-php-5.6                                            | 2.9 kB     00:00
plesk-php-5.6/primary_db                                 |  14 kB     00:00
plesk-php-7.0                                            | 2.9 kB     00:00
plesk-php-7.0/primary_db                                 |  13 kB     00:00
updates                                                  | 3.4 kB     00:00
updates/primary_db                                       | 2.6 MB     00:00
Resolving Dependencies
--> Running transaction check
---> Package atomic-release.noarch 0:1.0-19.el6.art will be updated
---> Package atomic-release.noarch 0:1.0-21.el6.art will be an update
---> Package bash-completion.noarch 1:1.3-5.el6 will be updated
---> Package bash-completion.noarch 1:1.3-7.el6 will be an update
---> Package kernel-headers.x86_64 0:2.6.32-642.4.2.el6 will be updated
---> Package kernel-headers.x86_64 0:2.6.32-642.6.1.el6 will be an update
---> Package libc-client.x86_64 0:2007e-11.el6 will be updated
---> Package libc-client.x86_64 0:2007e-11.el6.art will be an update
---> Package libedit.x86_64 0:2.11-4.20080712cvs.1.el6 will be updated
---> Package libedit.x86_64 0:3.0-2.20090923cvs.el6.art will be an update
---> Package mod_python.x86_64 0:3.3.1-14.el6.1 will be updated
---> Package mod_python.x86_64 0:3.3.1-16.el6 will be an update
---> Package mod_security.x86_64 0:2.9.0-centos6.15082019 will be updated
---> Package mod_security.x86_64 1:2.9.1-33.el6.art will be an update
--> Processing Dependency: atomic-curl-libcurl for package: 1:mod_security-2.9.1               -33.el6.art.x86_64
--> Processing Dependency: libyajl.so.2()(64bit) for package: 1:mod_security-2.9               .1-33.el6.art.x86_64
---> Package mysql.x86_64 0:5.5.52-36.el6.art will be obsoleted
---> Package mysql-community-client.x86_64 0:5.6.34-2.el6 will be obsoleting
---> Package mysql-community-libs.x86_64 0:5.6.34-2.el6 will be obsoleting
--> Processing Dependency: mysql-community-common(x86-64) >= 5.6.10 for package:                mysql-community-libs-5.6.34-2.el6.x86_64
---> Package mysql-community-libs-compat.x86_64 0:5.6.34-2.el6 will be obsoletin               g
---> Package mysql-community-server.x86_64 0:5.6.34-2.el6 will be obsoleting
--> Processing Dependency: libnuma.so.1(libnuma_1.2)(64bit) for package: mysql-c               ommunity-server-5.6.34-2.el6.x86_64
--> Processing Dependency: libnuma.so.1(libnuma_1.1)(64bit) for package: mysql-c               ommunity-server-5.6.34-2.el6.x86_64
--> Processing Dependency: libnuma.so.1()(64bit) for package: mysql-community-se               rver-5.6.34-2.el6.x86_64
---> Package mysql-libs.x86_64 0:5.5.52-36.el6.art will be obsoleted
---> Package mysql-server.x86_64 0:5.5.52-36.el6.art will be obsoleted
---> Package perl-IO-Socket-INET6.noarch 0:2.56-4.el6 will be updated
---> Package perl-IO-Socket-INET6.noarch 0:2.67-1.el6.art will be an update
---> Package perl-JSON-XS.x86_64 0:3.01-centos6.15081418 will be updated
---> Package perl-JSON-XS.x86_64 1:2.27-2.el6 will be an update
---> Package php-ioncube-loader.x86_64 1:4.7.1-4.el6.art will be obsoleting
--> Processing Dependency: php-devel for package: 1:php-ioncube-loader-4.7.1-4.e               l6.art.x86_64
---> Package php5-ioncube-loader.x86_64 0:5.0.12-centos6.15081418 will be obsole               ted
---> Package pigz.x86_64 0:2.2.5-1.el6 will be updated
---> Package pigz.x86_64 0:2.3.3-1.el6 will be an update
---> Package plesk-php56.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-bcmath.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-bcmath.x86_64 0:5.6.27-centos6.16101710 will be an upda               te
---> Package plesk-php56-cli.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-cli.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-dba.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-dba.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-enchant.x86_64 0:5.6.26-centos6.16092110 will be update               d
---> Package plesk-php56-enchant.x86_64 0:5.6.27-centos6.16101710 will be an upd               ate
---> Package plesk-php56-fpm.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-fpm.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-gd.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-gd.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-imap.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-imap.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-intl.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-intl.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-ldap.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-ldap.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-mbstring.x86_64 0:5.6.26-centos6.16092110 will be updat               ed
---> Package plesk-php56-mbstring.x86_64 0:5.6.27-centos6.16101710 will be an up               date
---> Package plesk-php56-mcrypt.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-mcrypt.x86_64 0:5.6.27-centos6.16101710 will be an upda               te
---> Package plesk-php56-mysql.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-mysql.x86_64 0:5.6.27-centos6.16101710 will be an updat               e
---> Package plesk-php56-odbc.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-odbc.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-opcache.x86_64 0:5.6.26-centos6.16092110 will be update               d
---> Package plesk-php56-opcache.x86_64 0:5.6.27-centos6.16101710 will be an upd               ate
---> Package plesk-php56-pdo.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-pdo.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-pear.noarch 0:1.9.4-centos6.16092110 will be updated
---> Package plesk-php56-pear.noarch 0:1.9.4-centos6.16101710 will be an update
---> Package plesk-php56-pgsql.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-pgsql.x86_64 0:5.6.27-centos6.16101710 will be an updat               e
---> Package plesk-php56-process.x86_64 0:5.6.26-centos6.16092110 will be update               d
---> Package plesk-php56-process.x86_64 0:5.6.27-centos6.16101710 will be an upd               ate
---> Package plesk-php56-pspell.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-pspell.x86_64 0:5.6.27-centos6.16101710 will be an upda               te
---> Package plesk-php56-release.x86_64 0:5.6.26-centos6.16092110 will be update               d
---> Package plesk-php56-release.x86_64 0:5.6.27-centos6.16101710 will be an upd               ate
---> Package plesk-php56-snmp.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-snmp.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-soap.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-soap.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-tidy.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-tidy.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-xml.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-xml.x86_64 0:5.6.27-centos6.16101710 will be an update
---> Package plesk-php56-xmlrpc.x86_64 0:5.6.26-centos6.16092110 will be updated
---> Package plesk-php56-xmlrpc.x86_64 0:5.6.27-centos6.16101710 will be an upda               te
---> Package plesk-php70.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-bcmath.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-bcmath.x86_64 0:7.0.12-centos6.16101411 will be an upda               te
---> Package plesk-php70-cli.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-cli.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-dba.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-dba.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-enchant.x86_64 0:7.0.11-centos6.16092110 will be update               d
---> Package plesk-php70-enchant.x86_64 0:7.0.12-centos6.16101411 will be an upd               ate
---> Package plesk-php70-fpm.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-fpm.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-gd.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-gd.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-imap.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-imap.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-intl.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-intl.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-ldap.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-ldap.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-mbstring.x86_64 0:7.0.11-centos6.16092110 will be updat               ed
---> Package plesk-php70-mbstring.x86_64 0:7.0.12-centos6.16101411 will be an up               date
---> Package plesk-php70-mcrypt.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-mcrypt.x86_64 0:7.0.12-centos6.16101411 will be an upda               te
---> Package plesk-php70-mysql.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-mysql.x86_64 0:7.0.12-centos6.16101411 will be an updat               e
---> Package plesk-php70-odbc.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-odbc.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-opcache.x86_64 0:7.0.11-centos6.16092110 will be update               d
---> Package plesk-php70-opcache.x86_64 0:7.0.12-centos6.16101411 will be an upd               ate
---> Package plesk-php70-pdo.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-pdo.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-pear.noarch 0:1.10.1-centos6.16092110 will be updated
---> Package plesk-php70-pear.noarch 0:1.10.1-centos6.16101411 will be an update
---> Package plesk-php70-pgsql.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-pgsql.x86_64 0:7.0.12-centos6.16101411 will be an updat               e
---> Package plesk-php70-process.x86_64 0:7.0.11-centos6.16092110 will be update               d
---> Package plesk-php70-process.x86_64 0:7.0.12-centos6.16101411 will be an upd               ate
---> Package plesk-php70-pspell.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-pspell.x86_64 0:7.0.12-centos6.16101411 will be an upda               te
---> Package plesk-php70-release.x86_64 0:7.0.11-centos6.16092110 will be update               d
---> Package plesk-php70-release.x86_64 0:7.0.12-centos6.16101411 will be an upd               ate
---> Package plesk-php70-snmp.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-snmp.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-soap.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-soap.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-tidy.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-tidy.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-xml.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-xml.x86_64 0:7.0.12-centos6.16101411 will be an update
---> Package plesk-php70-xmlrpc.x86_64 0:7.0.11-centos6.16092110 will be updated
---> Package plesk-php70-xmlrpc.x86_64 0:7.0.12-centos6.16101411 will be an upda               te
---> Package psa-proftpd.x86_64 0:1.3.5b-cos6.build1205160427.18 will be updated
---> Package psa-proftpd.x86_64 0:1.3.6-11.el6.art will be an update
--> Processing Dependency: psa-proftpd-xinetd >= 1.3.6-11.el6.art for package: p               sa-proftpd-1.3.6-11.el6.art.x86_64
---> Package spamassassin.x86_64 0:3.3.1-3.el6 will be updated
---> Package spamassassin.x86_64 0:3.3.2-7.el6.art will be an update
--> Processing Dependency: perl(Mail::SPF) for package: spamassassin-3.3.2-7.el6               .art.x86_64
---> Package sqlite.x86_64 0:3.6.20-1.el6_7.2 will be updated
---> Package sqlite.x86_64 0:3.7.9-1.el6.art will be an update
--> Running transaction check
---> Package atomic-curl-libcurl.x86_64 0:7.38.0-5.el6.art will be installed
---> Package atomic-yajl-yajl.x86_64 0:2.1.0-4.el6.art will be installed
---> Package mysql-community-common.x86_64 0:5.6.34-2.el6 will be installed
---> Package numactl.x86_64 0:2.0.9-2.el6 will be installed
---> Package perl-Mail-SPF.noarch 0:2.8.0-2.el6 will be installed
---> Package php-devel.x86_64 0:5.4.45-56.el6.art will be installed
--> Processing Dependency: automake for package: php-devel-5.4.45-56.el6.art.x86               _64
--> Processing Dependency: autoconf for package: php-devel-5.4.45-56.el6.art.x86               _64
---> Package psa-proftpd-xinetd.x86_64 0:1.3.6-11.el6.art will be installed
--> Running transaction check
---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed
---> Package automake.noarch 0:1.11.1-4.el6 will be installed
--> Finished Dependency Resolution
next post will give the rest of code.
 
Old 10-20-2016, 11:24 AM   #11
ArchieBa
Member
 
Registered: Oct 2016
Location: Canada
Posts: 33

Original Poster
Rep: Reputation: Disabled
Code:
Dependencies Resolved

================================================================================
 Package                Arch   Version                  Repository         Size
================================================================================
Installing:
 mysql-community-client x86_64 5.6.34-2.el6             mysql56-community  18 M
     replacing  mysql.x86_64 5.5.52-36.el6.art
 mysql-community-libs   x86_64 5.6.34-2.el6             mysql56-community 1.9 M
     replacing  mysql-libs.x86_64 5.5.52-36.el6.art
 mysql-community-libs-compat
                        x86_64 5.6.34-2.el6             mysql56-community 1.6 M
     replacing  mysql-libs.x86_64 5.5.52-36.el6.art
 mysql-community-server x86_64 5.6.34-2.el6             mysql56-community  54 M
     replacing  mysql-server.x86_64 5.5.52-36.el6.art
 php-ioncube-loader     x86_64 1:4.7.1-4.el6.art        atomic            1.8 M
     replacing  php5-ioncube-loader.x86_64 5.0.12-centos6.15081418
Updating:
 atomic-release         noarch 1.0-21.el6.art           atomic            8.5 k
 bash-completion        noarch 1:1.3-7.el6              epel              216 k
 kernel-headers         x86_64 2.6.32-642.6.1.el6       updates           4.4 M
 libc-client            x86_64 2007e-11.el6.art         atomic            513 k
 libedit                x86_64 3.0-2.20090923cvs.el6.art
                                                        atomic             74 k
 mod_python             x86_64 3.3.1-16.el6             epel              293 k
 mod_security           x86_64 1:2.9.1-33.el6.art       atomic            262 k
 perl-IO-Socket-INET6   noarch 2.67-1.el6.art           atomic             18 k
 perl-JSON-XS           x86_64 1:2.27-2.el6             epel               93 k
 pigz                   x86_64 2.3.3-1.el6              epel               62 k
 plesk-php56            x86_64 5.6.27-centos6.16101710  plesk-php-5.6     380 k
 plesk-php56-bcmath     x86_64 5.6.27-centos6.16101710  plesk-php-5.6      15 k
 plesk-php56-cli        x86_64 5.6.27-centos6.16101710  plesk-php-5.6     5.6 M
 plesk-php56-dba        x86_64 5.6.27-centos6.16101710  plesk-php-5.6      20 k
 plesk-php56-enchant    x86_64 5.6.27-centos6.16101710  plesk-php-5.6     8.9 k
 plesk-php56-fpm        x86_64 5.6.27-centos6.16101710  plesk-php-5.6     1.4 M
 plesk-php56-gd         x86_64 5.6.27-centos6.16101710  plesk-php-5.6     106 k
 plesk-php56-imap       x86_64 5.6.27-centos6.16101710  plesk-php-5.6      31 k
 plesk-php56-intl       x86_64 5.6.27-centos6.16101710  plesk-php-5.6     106 k
 plesk-php56-ldap       x86_64 5.6.27-centos6.16101710  plesk-php-5.6      22 k
 plesk-php56-mbstring   x86_64 5.6.27-centos6.16101710  plesk-php-5.6     466 k
 plesk-php56-mcrypt     x86_64 5.6.27-centos6.16101710  plesk-php-5.6      14 k
 plesk-php56-mysql      x86_64 5.6.27-centos6.16101710  plesk-php-5.6     140 k
 plesk-php56-odbc       x86_64 5.6.27-centos6.16101710  plesk-php-5.6      31 k
 plesk-php56-opcache    x86_64 5.6.27-centos6.16101710  plesk-php-5.6      62 k
 plesk-php56-pdo        x86_64 5.6.27-centos6.16101710  plesk-php-5.6     408 k
 plesk-php56-pear       noarch 1.9.4-centos6.16101710   plesk-php-5.6     351 k
 plesk-php56-pgsql      x86_64 5.6.27-centos6.16101710  plesk-php-5.6      56 k
 plesk-php56-process    x86_64 5.6.27-centos6.16101710  plesk-php-5.6      19 k
 plesk-php56-pspell     x86_64 5.6.27-centos6.16101710  plesk-php-5.6     8.1 k
 plesk-php56-release    x86_64 5.6.27-centos6.16101710  plesk-php-5.6     2.4 k
 plesk-php56-snmp       x86_64 5.6.27-centos6.16101710  plesk-php-5.6      19 k
 plesk-php56-soap       x86_64 5.6.27-centos6.16101710  plesk-php-5.6     125 k
 plesk-php56-tidy       x86_64 5.6.27-centos6.16101710  plesk-php-5.6      16 k
 plesk-php56-xml        x86_64 5.6.27-centos6.16101710  plesk-php-5.6      73 k
 plesk-php56-xmlrpc     x86_64 5.6.27-centos6.16101710  plesk-php-5.6      32 k
 plesk-php70            x86_64 7.0.12-centos6.16101411  plesk-php-7.0     400 k
 plesk-php70-bcmath     x86_64 7.0.12-centos6.16101411  plesk-php-7.0      15 k
 plesk-php70-cli        x86_64 7.0.12-centos6.16101411  plesk-php-7.0     5.6 M
 plesk-php70-dba        x86_64 7.0.12-centos6.16101411  plesk-php-7.0      20 k
 plesk-php70-enchant    x86_64 7.0.12-centos6.16101411  plesk-php-7.0     8.8 k
 plesk-php70-fpm        x86_64 7.0.12-centos6.16101411  plesk-php-7.0     1.4 M
 plesk-php70-gd         x86_64 7.0.12-centos6.16101411  plesk-php-7.0     104 k
 plesk-php70-imap       x86_64 7.0.12-centos6.16101411  plesk-php-7.0      29 k
 plesk-php70-intl       x86_64 7.0.12-centos6.16101411  plesk-php-7.0     119 k
 plesk-php70-ldap       x86_64 7.0.12-centos6.16101411  plesk-php-7.0      21 k
 plesk-php70-mbstring   x86_64 7.0.12-centos6.16101411  plesk-php-7.0     466 k
 plesk-php70-mcrypt     x86_64 7.0.12-centos6.16101411  plesk-php-7.0      14 k
 plesk-php70-mysql      x86_64 7.0.12-centos6.16101411  plesk-php-7.0     124 k
 plesk-php70-odbc       x86_64 7.0.12-centos6.16101411  plesk-php-7.0      31 k
 plesk-php70-opcache    x86_64 7.0.12-centos6.16101411  plesk-php-7.0      77 k
 plesk-php70-pdo        x86_64 7.0.12-centos6.16101411  plesk-php-7.0     417 k
 plesk-php70-pear       noarch 1.10.1-centos6.16101411  plesk-php-7.0     337 k
 plesk-php70-pgsql      x86_64 7.0.12-centos6.16101411  plesk-php-7.0      55 k
 plesk-php70-process    x86_64 7.0.12-centos6.16101411  plesk-php-7.0      19 k
 plesk-php70-pspell     x86_64 7.0.12-centos6.16101411  plesk-php-7.0     8.2 k
 plesk-php70-release    x86_64 7.0.12-centos6.16101411  plesk-php-7.0     2.3 k
 plesk-php70-snmp       x86_64 7.0.12-centos6.16101411  plesk-php-7.0      18 k
 plesk-php70-soap       x86_64 7.0.12-centos6.16101411  plesk-php-7.0     115 k
 plesk-php70-tidy       x86_64 7.0.12-centos6.16101411  plesk-php-7.0      16 k
 plesk-php70-xml        x86_64 7.0.12-centos6.16101411  plesk-php-7.0      71 k
 plesk-php70-xmlrpc     x86_64 7.0.12-centos6.16101411  plesk-php-7.0      32 k
 psa-proftpd            x86_64 1.3.6-11.el6.art         atomic            2.2 M
 spamassassin           x86_64 3.3.2-7.el6.art          atomic            1.1 M
 sqlite                 x86_64 3.7.9-1.el6.art          atomic            348 k
Installing for dependencies:
 atomic-curl-libcurl    x86_64 7.38.0-5.el6.art         atomic            355 k
 atomic-yajl-yajl       x86_64 2.1.0-4.el6.art          atomic             29 k
 autoconf               noarch 2.63-5.1.el6             base              781 k
 automake               noarch 1.11.1-4.el6             base              550 k
 mysql-community-common x86_64 5.6.34-2.el6             mysql56-community 308 k
 numactl                x86_64 2.0.9-2.el6              base               74 k
 perl-Mail-SPF          noarch 2.8.0-2.el6              epel              138 k
 php-devel              x86_64 5.4.45-56.el6.art        atomic            2.7 M
 psa-proftpd-xinetd     x86_64 1.3.6-11.el6.art         atomic             14 k

Transaction Summary
================================================================================
Install      14 Package(s)
Upgrade      65 Package(s)

Total download size: 111 M
Is this ok [y/N]: y
Downloading Packages:
(1/79): atomic-curl-libcurl-7.38.0-5.el6.art.x86_64.rpm  | 355 kB     00:00
(2/79): atomic-release-1.0-21.el6.art.noarch.rpm         | 8.5 kB     00:00
(3/79): atomic-yajl-yajl-2.1.0-4.el6.art.x86_64.rpm      |  29 kB     00:00
(4/79): autoconf-2.63-5.1.el6.noarch.rpm                 | 781 kB     00:00
(5/79): automake-1.11.1-4.el6.noarch.rpm                 | 550 kB     00:00
(6/79): bash-completion-1.3-7.el6.noarch.rpm             | 216 kB     00:00
(7/79): kernel-headers-2.6.32-642.6.1.el6.x86_64.rpm     | 4.4 MB     00:00
(8/79): libc-client-2007e-11.el6.art.x86_64.rpm          | 513 kB     00:00
(9/79): libedit-3.0-2.20090923cvs.el6.art.x86_64.rpm     |  74 kB     00:00
(10/79): mod_python-3.3.1-16.el6.x86_64.rpm              | 293 kB     00:00
(11/79): mod_security-2.9.1-33.el6.art.x86_64.rpm        | 262 kB     00:00
(12/79): mysql-community-client-5.6.34-2.el6.x86_64.rpm  |  18 MB     00:00
(13/79): mysql-community-common-5.6.34-2.el6.x86_64.rpm  | 308 kB     00:00
(14/79): mysql-community-libs-5.6.34-2.el6.x86_64.rpm    | 1.9 MB     00:00
(15/79): mysql-community-libs-compat-5.6.34-2.el6.x86_64 | 1.6 MB     00:00
(16/79): mysql-community-server-5.6.34-2.el6.x86_64.rpm  |  54 MB     00:02
(17/79): numactl-2.0.9-2.el6.x86_64.rpm                  |  74 kB     00:00
(18/79): perl-IO-Socket-INET6-2.67-1.el6.art.noarch.rpm  |  18 kB     00:00
(19/79): perl-JSON-XS-2.27-2.el6.x86_64.rpm              |  93 kB     00:00
(20/79): perl-Mail-SPF-2.8.0-2.el6.noarch.rpm            | 138 kB     00:00
(21/79): php-devel-5.4.45-56.el6.art.x86_64.rpm          | 2.7 MB     00:00
(22/79): php-ioncube-loader-4.7.1-4.el6.art.x86_64.rpm   | 1.8 MB     00:00
(23/79): pigz-2.3.3-1.el6.x86_64.rpm                     |  62 kB     00:00
(24/79): plesk-php56-5.6.27-centos6.16101710.x86_64.rpm  | 380 kB     00:00
(25/79): plesk-php56-bcmath-5.6.27-centos6.16101710.x86_ |  15 kB     00:00
(26/79): plesk-php56-cli-5.6.27-centos6.16101710.x86_64. | 5.6 MB     00:00
(27/79): plesk-php56-dba-5.6.27-centos6.16101710.x86_64. |  20 kB     00:00
(28/79): plesk-php56-enchant-5.6.27-centos6.16101710.x86 | 8.9 kB     00:00
(29/79): plesk-php56-fpm-5.6.27-centos6.16101710.x86_64. | 1.4 MB     00:00
(30/79): plesk-php56-gd-5.6.27-centos6.16101710.x86_64.r | 106 kB     00:00
(31/79): plesk-php56-imap-5.6.27-centos6.16101710.x86_64 |  31 kB     00:00
(32/79): plesk-php56-intl-5.6.27-centos6.16101710.x86_64 | 106 kB     00:00
(33/79): plesk-php56-ldap-5.6.27-centos6.16101710.x86_64 |  22 kB     00:00
(34/79): plesk-php56-mbstring-5.6.27-centos6.16101710.x8 | 466 kB     00:00
(35/79): plesk-php56-mcrypt-5.6.27-centos6.16101710.x86_ |  14 kB     00:00
(36/79): plesk-php56-mysql-5.6.27-centos6.16101710.x86_6 | 140 kB     00:00
(37/79): plesk-php56-odbc-5.6.27-centos6.16101710.x86_64 |  31 kB     00:00
(38/79): plesk-php56-opcache-5.6.27-centos6.16101710.x86 |  62 kB     00:00
(39/79): plesk-php56-pdo-5.6.27-centos6.16101710.x86_64. | 408 kB     00:00
(40/79): plesk-php56-pear-1.9.4-centos6.16101710.noarch. | 351 kB     00:00
(41/79): plesk-php56-pgsql-5.6.27-centos6.16101710.x86_6 |  56 kB     00:00
(42/79): plesk-php56-process-5.6.27-centos6.16101710.x86 |  19 kB     00:00
(43/79): plesk-php56-pspell-5.6.27-centos6.16101710.x86_ | 8.1 kB     00:00
(44/79): plesk-php56-release-5.6.27-centos6.16101710.x86 | 2.4 kB     00:00
(45/79): plesk-php56-snmp-5.6.27-centos6.16101710.x86_64 |  19 kB     00:00
(46/79): plesk-php56-soap-5.6.27-centos6.16101710.x86_64 | 125 kB     00:00
(47/79): plesk-php56-tidy-5.6.27-centos6.16101710.x86_64 |  16 kB     00:00
(48/79): plesk-php56-xml-5.6.27-centos6.16101710.x86_64. |  73 kB     00:00
(49/79): plesk-php56-xmlrpc-5.6.27-centos6.16101710.x86_ |  32 kB     00:00
(50/79): plesk-php70-7.0.12-centos6.16101411.x86_64.rpm  | 400 kB     00:00
(51/79): plesk-php70-bcmath-7.0.12-centos6.16101411.x86_ |  15 kB     00:00
(52/79): plesk-php70-cli-7.0.12-centos6.16101411.x86_64. | 5.6 MB     00:00
(53/79): plesk-php70-dba-7.0.12-centos6.16101411.x86_64. |  20 kB     00:00
(54/79): plesk-php70-enchant-7.0.12-centos6.16101411.x86 | 8.8 kB     00:00
(55/79): plesk-php70-fpm-7.0.12-centos6.16101411.x86_64. | 1.4 MB     00:00
(56/79): plesk-php70-gd-7.0.12-centos6.16101411.x86_64.r | 104 kB     00:00
(57/79): plesk-php70-imap-7.0.12-centos6.16101411.x86_64 |  29 kB     00:00
(58/79): plesk-php70-intl-7.0.12-centos6.16101411.x86_64 | 119 kB     00:00
(59/79): plesk-php70-ldap-7.0.12-centos6.16101411.x86_64 |  21 kB     00:00
(60/79): plesk-php70-mbstring-7.0.12-centos6.16101411.x8 | 466 kB     00:00
(61/79): plesk-php70-mcrypt-7.0.12-centos6.16101411.x86_ |  14 kB     00:00
(62/79): plesk-php70-mysql-7.0.12-centos6.16101411.x86_6 | 124 kB     00:00
(63/79): plesk-php70-odbc-7.0.12-centos6.16101411.x86_64 |  31 kB     00:00
(64/79): plesk-php70-opcache-7.0.12-centos6.16101411.x86 |  77 kB     00:00
(65/79): plesk-php70-pdo-7.0.12-centos6.16101411.x86_64. | 417 kB     00:00
(66/79): plesk-php70-pear-1.10.1-centos6.16101411.noarch | 337 kB     00:00
(67/79): plesk-php70-pgsql-7.0.12-centos6.16101411.x86_6 |  55 kB     00:00
(68/79): plesk-php70-process-7.0.12-centos6.16101411.x86 |  19 kB     00:00
(69/79): plesk-php70-pspell-7.0.12-centos6.16101411.x86_ | 8.2 kB     00:00
(70/79): plesk-php70-release-7.0.12-centos6.16101411.x86 | 2.3 kB     00:00
(71/79): plesk-php70-snmp-7.0.12-centos6.16101411.x86_64 |  18 kB     00:00
(72/79): plesk-php70-soap-7.0.12-centos6.16101411.x86_64 | 115 kB     00:00
(73/79): plesk-php70-tidy-7.0.12-centos6.16101411.x86_64 |  16 kB     00:00
(74/79): plesk-php70-xml-7.0.12-centos6.16101411.x86_64. |  71 kB     00:00
(75/79): plesk-php70-xmlrpc-7.0.12-centos6.16101411.x86_ |  32 kB     00:00
(76/79): psa-proftpd-1.3.6-11.el6.art.x86_64.rpm         | 2.2 MB     00:00
(77/79): psa-proftpd-xinetd-1.3.6-11.el6.art.x86_64.rpm  |  14 kB     00:00
(78/79): spamassassin-3.3.2-7.el6.art.x86_64.rpm         | 1.1 MB     00:00
(79/79): sqlite-3.7.9-1.el6.art.x86_64.rpm               | 348 kB     00:00
--------------------------------------------------------------------------------
Total                                            16 MB/s | 111 MB     00:06
warning: rpmts_HdrFromFdno: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
Importing GPG key 0x5072E1F5:
 Userid: "MySQL Release Engineering <mysql-build@oss.oracle.com>"
 From  : /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
Is this ok [y/N]: y
Running rpm_check_debug
Running Transaction Test


Transaction Check Error:
  file /usr/lib64/mysql/libmysqlclient.so.16.0.0 from install of mysql-community               -libs-compat-5.6.34-2.el6.x86_64 conflicts with file from package mysqlclient16-               5.1.59-2.el6.art.x86_64
  file /usr/lib64/mysql/libmysqlclient_r.so.16.0.0 from install of mysql-communi               ty-libs-compat-5.6.34-2.el6.x86_64 conflicts with file from package mysqlclient1               6-5.1.59-2.el6.art.x86_64

Error Summary
-------------

Last edited by ArchieBa; 10-20-2016 at 11:26 AM.
 
Old 10-20-2016, 12:44 PM   #12
ArchieBa
Member
 
Registered: Oct 2016
Location: Canada
Posts: 33

Original Poster
Rep: Reputation: Disabled
Code:
[root@vps-xxxxxxx ~]# mysql --version
mysql  Ver 14.14 Distrib 5.5.52, for Linux (x86_64) using readline 5.1
EDIT: So... what should I do with the 5.1 file?
Code:
Transaction Check Error:
  file /usr/lib64/mysql/libmysqlclient.so.16.0.0 from install of mysql-community               -libs-compat-5.6.34-2.el6.x86_64 conflicts with file from package mysqlclient16-               5.1.59-2.el6.art.x86_64
  file /usr/lib64/mysql/libmysqlclient_r.so.16.0.0 from install of mysql-communi               ty-libs-compat-5.6.34-2.el6.x86_64 conflicts with file from package mysqlclient1               6-5.1.59-2.el6.art.x86_64

Last edited by ArchieBa; 10-20-2016 at 02:40 PM.
 
Old 10-20-2016, 03:32 PM   #13
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
Seems like you are getting close. The problem that I see is that you have like 15 repositories enabled, many of which have libraries that conflict. Instead of 'yum update' which is really a bad idea after you have installed 15 repos, you should be running a more specific command tailored to installing mysql. Now. First you will need to know what is currently on your system:

Code:
rpm -qa|grep -i mysql
This might be an area you want to really think about. Do you want to remove the old versions? Do you want to attempt to upgrade them? Or are you installing from scratch? I suggest a backup around this point.

Anyway, after considering all that carefully, you will want to know what packages you want to install:

Code:
yum search mysql
Then you will want to install the packages you need, from the places you want, specifically:

Code:
yum --disablerepo=* --enablerepo=mysql56-community install mysql-server mysql-client
Or whatever packages you want
 
1 members found this post helpful.
Old 10-20-2016, 05:28 PM   #14
ArchieBa
Member
 
Registered: Oct 2016
Location: Canada
Posts: 33

Original Poster
Rep: Reputation: Disabled
Code:
[root@vps-xxxxxxx ~]# rpm -qa|grep -i mysql
plesk-php52-mysql-5.2.17-centos6.15100614.x86_64
plesk-php70-mysql-7.0.11-centos6.16092110.x86_64
mysql-connector-odbc-5.1.5r1144-7.el6.x86_64
plesk-php54-mysql-5.4.45-centos6.16032517.x86_64
plesk-php56-mysql-5.6.26-centos6.16092110.x86_64
plesk-mysql-server-12.5.30-cos6.build1205150826.19.x86_64
mysql-libs-5.5.52-36.el6.art.x86_64
mysqlclient16-5.1.59-2.el6.art.x86_64
mysql-server-5.5.52-36.el6.art.x86_64
perl-DBD-MySQL-4.013-3.el6.x86_64
mysql-5.5.52-36.el6.art.x86_64
php-mysql-5.4.45-56.el6.art.x86_64
plesk-php55-mysql-5.5.38-centos6.16072212.x86_64
plesk-php53-mysql-5.3.29-centos6.15102117.x86_64
I know it looks weird, but I need the old PHP versions and probably the old MySQL too but I still need to check that one once I will have the MySQL 5.6 installed.

So unless I can't have the MySQL 5.6 with some of those, I would keep them all, for now anyway. (At some point I might only stick with PHP 7 and PHP 5.4)

Last edited by ArchieBa; 10-20-2016 at 05:33 PM.
 
Old 10-20-2016, 05:31 PM   #15
ArchieBa
Member
 
Registered: Oct 2016
Location: Canada
Posts: 33

Original Poster
Rep: Reputation: Disabled
Code:
[root@vps-xxxxxxx ~]# yum search mysql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * atomic: www2.atomicorp.com
 * base: mirror.netflash.net
 * epel: mirror.csclub.uwaterloo.ca
 * extras: mirror.netflash.net
 * updates: mirror.netflash.net
===================================== N/S Matched: mysql ======================================
MySQL-python.x86_64 : An interface to MySQL
MySQL-zrm.noarch : MySQL backup manager
apr-util-mysql.x86_64 : APR utility library MySQL DBD driver
asterisk-mysql.x86_64 : Applications for Asterisk that use MySQL
atomic-php54-php-mysql.i686 : A module for PHP applications that use MySQL databases
atomic-php54-php-mysql.x86_64 : A module for PHP applications that use MySQL databases
atomic-php54-php-mysqlnd.i686 : A module for PHP applications that use MySQL databases
atomic-php54-php-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
atomic-php55-php-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
atomic-php56-php-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
atomic-php70-php-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
bacula-director-mysql.x86_64 : Bacula Director with MySQL database support
bacula-storage-mysql.x86_64 : MySQL Bacula storage daemon files
collectd-mysql.x86_64 : MySQL module for collectd
dmlite-plugins-mysql.x86_64 : MySQL plugin for dmlite
dovecot-mysql.x86_64 : MySQL back end for dovecot
dpm-copy-server-mysql.x86_64 : DPM copy server with MySQL database back-end
dpm-name-server-mysql.x86_64 : DPM name server with MySQL database back-end
dpm-server-mysql.x86_64 : Disk Pool Manager (DPM) server with MySQL database back-end
dpm-srm-server-mysql.x86_64 : DPM SRM server with MySQL database back-end
dspam-mysql.x86_64 : MySQL storage driver for libdspam
exim-mysql.x86_64 : MySQL lookup support for Exim
freeradius-mysql.x86_64 : MySQL support for freeradius
fts-mysql.i686 : File Transfer Service V3 mysql plug-in
fts-mysql.x86_64 : File Transfer Service V3 mysql plug-in
gnokii-smsd-mysql.x86_64 : MySQL support for Gnokii SMS daemon
holland-mysqldump.noarch : Logical mysqldump backup plugin for Holland
holland-mysqllvm.noarch : Holland LVM snapshot backup plugin for MySQL
lfc-server-mysql.x86_64 : LCG File Catalog (LFC) server with MySQL database back-end
libdbi-dbd-mysql.x86_64 : MySQL plugin for libdbi
libnss-mysql.i686 : NSS library for MySQL
libnss-mysql.x86_64 : NSS library for MySQL
libodb-mysql.i686 : MySQL ODB runtime library from Code Synthesis
libodb-mysql.x86_64 : MySQL ODB runtime library from Code Synthesis
libodb-mysql-devel.i686 : Development files for libodb-mysql
libodb-mysql-devel.x86_64 : Development files for libodb-mysql
lighttpd-mod_mysql_vhost.x86_64 : Virtual host module for lighttpd that uses a MySQL database
lua-sql-mysql.x86_64 : MySQL database connectivity for the Lua programming language
mod_auth_mysql.x86_64 : Basic authentication for the Apache web server using a MySQL database
mydns-mysql.x86_64 : MyDNS compiled with MySQL support
mysql.x86_64 : MySQL client programs and shared libraries
mysql.i686 : MySQL client programs and shared libraries
mysql++.i686 : C++ wrapper for the MySQL C API
mysql++.x86_64 : C++ wrapper for the MySQL C API
mysql++-devel.i686 : MySQL++ developer files (headers, examples, etc.)
mysql++-devel.x86_64 : MySQL++ developer files (headers, examples, etc.)
mysql++-manuals.x86_64 : MySQL++ user and reference manuals
mysql-bench.x86_64 : MySQL benchmark scripts and data
mysql-bench.i686 : MySQL benchmark scripts and data
mysql-community-bench.x86_64 : MySQL benchmark suite
mysql-community-client.x86_64 : MySQL database client applications and tools
mysql-community-client.i686 : MySQL database client applications and tools
mysql-community-common.i686 : MySQL database common files for server and client libs
mysql-community-common.x86_64 : MySQL database common files for server and client libs
mysql-community-devel.i686 : Development header files and libraries for MySQL database client
                           : applications
mysql-community-devel.x86_64 : Development header files and libraries for MySQL database client
                             : applications
mysql-community-embedded.i686 : MySQL embedded library
mysql-community-embedded.x86_64 : MySQL embedded library
mysql-community-embedded-devel.i686 : Development header files and libraries for MySQL as an
                                    : embeddable library
mysql-community-embedded-devel.x86_64 : Development header files and libraries for MySQL as an
                                      : embeddable library
mysql-community-libs.i686 : Shared libraries for MySQL database client applications
mysql-community-libs.x86_64 : Shared libraries for MySQL database client applications
mysql-community-libs-compat.i686 : Shared compat libraries for MySQL 5.1 database client
                                 : applications
mysql-community-libs-compat.x86_64 : Shared compat libraries for MySQL 5.1 database client
                                   : applications
mysql-community-release.noarch : MySQL repository configuration for yum
mysql-community-test.x86_64 : Test suite for the MySQL database server
mysql-connector-java.noarch : Official JDBC driver for MySQL
mysql-connector-odbc.x86_64 : ODBC driver for MySQL
mysql-connector-python.noarch : MySQL Connector for Python 2
mysql-debuginfo.i686 : Debug information for package mysql
mysql-debuginfo.x86_64 : Debug information for package mysql
mysql-devel.i686 : Files for development of MySQL applications
mysql-devel.x86_64 : Files for development of MySQL applications
mysql-embedded.i686 : MySQL as an embeddable library
mysql-embedded.x86_64 : MySQL as an embeddable library
mysql-embedded-devel.i686 : Development files for MySQL as an embeddable library
mysql-embedded-devel.x86_64 : Development files for MySQL as an embeddable library
mysql-libs.i686 : The shared libraries required for MySQL clients
mysql-libs.x86_64 : The shared libraries required for MySQL clients
mysql-mmm.noarch : Multi-Master Replication Manager for MySQL
mysql-proxy.i686 : A proxy for the MySQL Client/Server protocol
mysql-proxy.x86_64 : A proxy for the MySQL Client/Server protocol
mysql-proxy-devel.i686 : Development files for mysql-proxy
mysql-proxy-devel.x86_64 : Development files for mysql-proxy
mysql-server.x86_64 : The MySQL server and related files
mysql-server.i686 : The MySQL server and related files
mysql-test.x86_64 : The test suite distributed with MySQL
mysql-test.i686 : The test suite distributed with MySQL
mysql-utilities.noarch : MySQL Utilities
mysqlclient16.x86_64 : MySQL shared libraries.
mysqlclient16.i686 : MySQL shared libraries.
mysqlclient16-devel.x86_64 : Files for development of MySQL applications.
mysqlclient16-devel.i686 : Files for development of MySQL applications.
mysqlclient18.x86_64 : MySQL client programs and shared libraries
mysqlclient18-devel.x86_64 : Files for development of MySQL applications
mysqlreport.noarch : A friendly report of important MySQL status values
mysqltuner.noarch : MySQL configuration assistant
nagios-plugins-mysql.x86_64 : Nagios Plugin - check_mysql
ndoutils-mysql.x86_64 : Contains the NDOUtils ndo2db for MySQL
nodejs-mysql.noarch : A node.js driver for mysql
opendbx-mysql.x86_64 : MySQL backend - provides mysql support in opendbx
opensips-mysql.x86_64 : MySQL Storage Support for the OpenSIPS
pam_mysql.i686 : PAM module for auth UNIX users using MySQL data base
pam_mysql.x86_64 : PAM module for auth UNIX users using MySQL data base
pcp-pmda-mysql.x86_64 : Performance Co-Pilot (PCP) metrics for MySQL
pdns-backend-mysql.x86_64 : MySQL backend for pdns
perl-Class-DBI-mysql.noarch : Extensions to Class::DBI for MySQL
perl-DBD-MySQL.x86_64 : A MySQL interface for perl
perl-DateTime-Format-MySQL.noarch : Parse and format MySQL dates and times
perl-Test-mysqld.noarch : Mysqld runner for tests
perl-Time-Piece-MySQL.noarch : MySQL-specific methods for Time::Piece
php-ZendFramework-Db-Adapter-Mysqli.noarch : Zend Framework database adapter for mysqli
php-ZendFramework-Db-Adapter-Pdo-Mysql.noarch : Zend Framework database adapter for MySQL PDO
php-mysql.x86_64 : A module for PHP applications that use MySQL databases
php-mysql.i686 : A module for PHP applications that use MySQL databases
php-mysqlnd.i686 : A module for PHP applications that use MySQL databases
php-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
php-pear-MDB2-Driver-mysql.noarch : MySQL MDB2 driver
php-pear-MDB2-Driver-mysqli.noarch : MySQL Improved MDB2 driver
plesk-mysql-server.x86_64 : Plesk v12.5.30 MySQL server dependency package
plesk-php52-mysql.x86_64 : A module for PHP applications that use MySQL databases
plesk-php53-mysql.x86_64 : A module for PHP applications that use MySQL databases
plesk-php54-mysql.x86_64 : A module for PHP applications that use MySQL databases
plesk-php55-mysql.x86_64 : A module for PHP applications that use MySQL databases
plesk-php56-mysql.x86_64 : A module for PHP applications that use MySQL databases
plesk-php70-mysql.x86_64 : A module for PHP applications that use MySQL databases
poco-mysql.i686 : The Data/MySQL POCO component
poco-mysql.x86_64 : The Data/MySQL POCO component
proftpd-mysql.x86_64 : Module to add MySQL support to the ProFTPD FTP server
psa-proftpd-mysql.x86_64 : Module to add MySQL support to the ProFTPD FTP server
qt-mysql.i686 : MySQL driver for Qt's SQL classes
qt-mysql.x86_64 : MySQL driver for Qt's SQL classes
qt3-MySQL.i686 : MySQL drivers for Qt 3's SQL classes
qt3-MySQL.x86_64 : MySQL drivers for Qt 3's SQL classes
qt5-qtbase-mysql.i686 : MySQL driver for Qt5's SQL classes
qt5-qtbase-mysql.x86_64 : MySQL driver for Qt5's SQL classes
rekall-mysql.i686 : Rekall MySQL driver
rekall-mysql.x86_64 : Rekall MySQL driver
root-sql-mysql.x86_64 : MySQL client plugin for ROOT
rsyslog-mysql.x86_64 : MySQL support for rsyslog
rsyslog7-mysql.x86_64 : MySQL support for rsyslog
ruby-mysql.x86_64 : A Ruby interface to MySQL
soci-mysql.i686 : MySQL back-end for soci
soci-mysql.x86_64 : MySQL back-end for soci
soci-mysql-devel.i686 : MySQL back-end for soci
soci-mysql-devel.x86_64 : MySQL back-end for soci
tcl-mysqltcl.x86_64 : MySQL interface for Tcl
trytond-mysql.noarch : MySQL support for Tryton Server
voms-mysql-plugin.x86_64 : VOMS server plugin for MySQL
zabbix-proxy-mysql.x86_64 : Zabbix proxy compiled to use MySQL
zabbix-server-mysql.x86_64 : Zabbix server compiled to use MySQL
zabbix-web-mysql.noarch : Zabbix web frontend for MySQL
zabbix20-proxy-mysql.x86_64 : Zabbix proxy compiled to use MySQL
zabbix20-server-mysql.x86_64 : Zabbix server compiled to use MySQL
zabbix20-web-mysql.noarch : Zabbix web frontend for MySQL
zabbix22-proxy-mysql.x86_64 : Zabbix proxy compiled to use MySQL
zabbix22-server-mysql.x86_64 : Zabbix server compiled to use MySQL
zabbix22-web-mysql.noarch : Zabbix web frontend for MySQL
dolphin-connector.i686 : Simple MySQL C API wrapper for C++
dolphin-connector.x86_64 : Simple MySQL C API wrapper for C++
innotop.noarch : A MySQL and InnoDB monitor program
maatkit.noarch : Essential command-line utilities for MySQL
mydumper.x86_64 : How MySQL DBA & support engineer would imagine 'mysqldump'
mylvmbackup.noarch : Utility for creating MySQL backups via LVM snapshots
mysql-community-server.x86_64 : A very fast and reliable SQL database server
mysql-mmm-agent.noarch : MMM Database Server Agent Daemon and Libraries
mysql-mmm-monitor.noarch : MMM Monitor Server Daemon and Libraries
mysql-mmm-tools.noarch : MMM Control Scripts and Libraries
mytop.noarch : A top clone for MySQL
openscada-DB-MySQL.x86_64 : Open SCADA database
ossec-hids-mysql.x86_64 : The OSSEC HIDS Server
php-udan11-sql-parser.noarch : A validating SQL lexer and parser with a focus on MySQL dialect
phpMyAdmin.noarch : Handle the administration of MySQL over the World Wide Web
psa-phpmyadmin.noarch : MySQL web administration tool adapted for Plesk
zabbix22-dbfiles-mysql.noarch : Zabbix database schemas, images, data and patches
I am not sure which I need!!
I just want MySQL 5.6 I will do a little research
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
MySQL ODBC driver fails when trying to add a DSN to MySQL banjoman Linux - Software 0 01-24-2005 09:59 AM
MySQL add user tommytomato Linux - Newbie 1 02-19-2004 10:24 AM
Cant add MySQL through add/remove programs Hero Doug Fedora 6 01-03-2004 10:35 PM
how can you add value 0 into mysql? hydro Linux - Software 2 09-21-2003 12:14 PM
can't add users to mysql niehls Linux - Software 2 02-21-2003 05:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 04:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration