Zypper hangs while installing mysql

Hi All,
I am new to linux, and trying to install mysql.
I am SSHing to the remote machine and using zypper.
The trouble is that zypper gets hanged and I really see further activity.
I am using openSuse 12.3

linux-amvn:~ # zypper install mysql mysql-community-server-client mysql-community-server
Loading repository data...
Reading installed packages...
'mysql' not found in package names. Trying capabilities.
'mariadb' providing 'mysql' is already installed.
Resolving package dependencies...
2 Problems:
Problem: mysql-community-server-5.5.33-1.13.1.i586 conflicts with namespace:otherproviders(mysql) provided by mariadb-5.5.29-1.1.1.i586
Problem: mysql-community-server-client-5.5.33-1.13.1.i586 conflicts with namespace:otherproviders(mysql-client) provided by mariadb-client-5.5.29-1.1.1.i586

Problem: mysql-community-server-5.5.33-1.13.1.i586 conflicts with namespace:otherproviders(mysql) provided by mariadb-5.5.29-1.1.1.i586
 Solution 1: deinstallation of mariadb-5.5.29-1.1.1.i586
 Solution 2: do not install mysql-community-server-5.5.33-1.13.1.i586

Choose from above solutions by number or skip, retry or cancel [1/2/s/r/c] (c): 1

Problem: mysql-community-server-client-5.5.33-1.13.1.i586 conflicts with namespace:otherproviders(mysql-client) provided by mariadb-client-5.5.29-1.1.1.i586
 Solution 1: deinstallation of mariadb-client-5.5.29-1.1.1.i586
 Solution 2: do not install mysql-community-server-client-5.5.33-1.13.1.i586

Choose from above solutions by number or skip, retry or cancel [1/2/s/r/c] (c): 1
Resolving dependencies...
Resolving package dependencies...


I have left is all night and it was still Resolving.
Restarted the machine, still no luck…

how can I get some further information, as to what is happening, or which log files to check.

is there another alternative way to install mysql?
or is there any other repository I can try?

Thanks

On 2014-06-26 21:56, harbir linuxuser wrote:

> is there another alternative way to install mysql?

But you already had mysql installed. The “mariadb” is one of the
possible mysql versions available.

Why zypper hanged, I do not know. There are logs (all logs are under
“/var/log/” somewhere).


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)

hi Robin,

I need to install the Oracle mysql, the more standard one.
Is there a way to do it in this situation?

On 2014-06-26 22:56, harbir linuxuser wrote:
>
> hi Robin,
>
> I need to install the Oracle mysql, the more standard one.
> Is there a way to do it in this situation?

Well, then, as I said, you have to look at the logs. Start with
“/var/log/YaST2/y2log”.


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)

Hi,

There was nothing coming in the logs.

I checked the kernel version of the machine where it was working(3.7.10-1.28-desktop) and then the kernel version where it was not working(3.7.10-1.10-desktop).

Updated the system, which updated the kernel version to (3.7.10-1.32-desktop), rebooted the system, run the command again:

zypper install mysql mysql-community-server-client mysql-community-server mysql-workbench

Everything worked fine :slight_smile:

On 2014-06-28 05:36, harbir linuxuser wrote:
>
> Hi,
>
> There was nothing coming in the logs.
>
> I checked the kernel version of the machine where it was
> working(3.7.10-1.28-desktop) and then the kernel version where it was
> not working(3.7.10-1.10-desktop).

3.7.10-1.10, you say? I can’t locate that one in the update repo, but
3.7.10-1.11 is dated May 2013, so you have been a long time without
updating.

> Updated the system, which updated the kernel version to
> (3.7.10-1.32-desktop), rebooted the system, run the command again:
>
> Code:
> --------------------
> zypper install mysql mysql-community-server-client mysql-community-server mysql-workbench
> --------------------
>
> Everything worked fine :slight_smile:

Well, that’s good :slight_smile:


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)