When I e.g. install MySQL on a x86_64 CentOS, yum wants to install the i386 version as well.
Why does it do that?
Code:
rpm -qa | grep -i mysql
MySQL-client-5.1.63-0.cloud
MySQL-bench-4.1.22-0.glibc23
MySQL-shared-5.1.63-0.cloud
MySQL-test-5.1.63-0.cloud
MySQL-server-5.1.63-0.cloud
I recently removed the devel package trying to install mysql-devel needed for mysqldb package. This package is needed for salt, and now I'm unable to install MySQL-devel. I'm wondering how these were installed?
Hi all,
Fedora 17, 64bits
I ran following commands;
$ sudo yum install httpd
$ sudo yum install mysql
$ sudo yum install mysql-server
installing above packages.
I haven't configured them.
Then I ran again;
$ sudo yum remove httpd
$ sudo yum remove mysql
on running;
$ sudo yum remove mysql-server
Code:
Loaded plugins: langpacks, presto, refresh-packagekit
No Match for a
I'm having trouble with a CentOS server running on AWS. This is CentOS 5.6 i386 from RightImage, but the problem was the same on all RightScale AMIs.
When issuing the following command:
yum install mysql mysql-server mysql-devel
the only packages proposed by yum are MySQL-devel-community and MySQL-server-community.
I want to install MySql 5.1 on ubuntu 12.04 64-bit. The reason for MySql 5.1 is that I want to use it with SQLAlchemy (python) which does not support MySql 5.5. If I try to search repository there is only MySql 5.5.
I'm trying to install mysql server,and I'm getting the following error.
sudo apt-get install mysql-server-5.1
Reading package lists... Done
Building dependency tree
Reading state information...
I wanted to install luasql.mysql with luarocks, and I've ran into a problem. Even though the packages were installed providing mysql.h, luarocks couldn't find it.
i'm trying to install mysql packages but i get these errors..could someone tell me what i'm doing wrong?i didsudo apt-get install apache2
sudo apt-get install php5 libapache2-mod-php5
sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql [/quote]
but when i enter any, i get the same errors.
[quote]neil@crunchbang:~$ sudo apt-get install mysql-server libapache2-mod-au
Hi Guys,
I am looking to use the mysql tool mysql-workbench to administer mysql.
I downloaded the latest version from the MySql website, the fedora rpm. I used rpm2tgz to create a slackware package. Install seemed to go okay.
When I tried to run the mysql-workbench tool I got the following message.