Re: New to MySQL

2014-03-03 Thread geetanjali mehra
Thanks for responding. MySQL installation ,here, do not require mysql-libs package. As far as I know, there is no harm on using this command. I too got the same problem, and I didn't face any problem after removing this package. This package is installed by default and not needed here. So, this com

Re: New to MySQL

2014-03-03 Thread Morgan Tocker
Hi Asma, It looks from this error that there is an existing 5.1 installation present. As well as RPM packages (which can be downloaded from http://dev.mysql.com/downloads/mysql/5.6.html), there is also a yum repo for Enterprise Linux 6. It is available here: http://dev.mysql.com/downloads/repo

Re: Install mysql server using RPM

2014-03-03 Thread Johan De Meersman
- Original Message - > From: "Asma rabe" > Subject: Install mysql server using RPM > > rpm -i MySQL-server-5.6.16-1.el6.x86_64.rpm > rpm -i MySQL-client-5.6.16-1.el6.x86_64.rpm I seem to recall that Oracle's Debian -server package included the clients already. You may not need to ins

Re: New to MySQL

2014-03-03 Thread Johan De Meersman
- Original Message - > From: "geetanjali mehra" > Subject: Re: New to MySQL > > use > rpm -i --replacefiles MySQL-server*.rpm While that will work, it really shouldn't happen. I'm a Debian man myself, so I don't know wether it's a problem with the packages or if you simply don't need t

NEW Server Joins Tables from Multiple Servers with Unprecedented Speed

2014-03-03 Thread Hiromichi Watari
Parallel Universe* now features Parallel Network Query (Distributed Query) which joins tables from multiple servers in the network with unprecedented speed. Parallel Network Query may also be used to speed up slow server by distributing tables of the query to multiple servers for processing which

Re: Install mysql server using RPM

2014-03-03 Thread geetanjali mehra
issue: mysql at the command prompt and let me know. also post the output of ls /var/lib On Mon, Mar 3, 2014 at 1:53 PM, Asma rabe wrote: > Hi all, > > I am trying installing Mysql server using RPM bundle > > > rpm -i MySQL-server-5.6.16-1.el6.x86_64.rpm > rpm -i MySQL-client-5.6.16-1.el6.x86_64

Re: New to MySQL

2014-03-03 Thread geetanjali mehra
use rpm -i --replacefiles MySQL-server*.rpm On Mon, Mar 3, 2014 at 11:30 AM, Asma rabe wrote: > I installed my sql using RPM as follows: > > rpm -i MySQL-server-5.6.16-1.el6.x86_64.rpm > > I got the following errors > file /usr/share/mysql/czech/errmsg.sys from install of > MySQL-server-5.6.16-

Install mysql server using RPM

2014-03-03 Thread Asma rabe
Hi all, I am trying installing Mysql server using RPM bundle rpm -i MySQL-server-5.6.16-1.el6.x86_64.rpm rpm -i MySQL-client-5.6.16-1.el6.x86_64.rpm next i would like to start the server, i followed the mysql docs: The server RPM places data under the /var/lib/mysql directory. The RPM also cre