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
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
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
Code:
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...
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