Re: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread Ron Wheeler
m: Ron Wheeler [mailto:rwheeler@artifact-**software.com< [email protected]> ] Sent: Tuesday, June 18, 2013 4:16 PM To: [email protected] Subject: Re: Cloudstack 4.1 MySQL install issue http://stackoverflow.com/**questions/5287220/is-there-a-** way-to-only-install-

Re: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread David Nalley
On Wed, Jun 19, 2013 at 9:54 PM, Ron Wheeler wrote: > On 19/06/2013 2:11 PM, Dean Kamali wrote: >> >> I have seen number of issues with documentation , specially for KVM >> deployment. >> >> I managed to figure them out quickly without help from anyone. >> >> But maybe it will become an issue for

Re: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread Ron Wheeler
t: Tuesday, June 18, 2013 4:16 PM To: [email protected] Subject: Re: Cloudstack 4.1 MySQL install issue http://stackoverflow.com/**questions/5287220/is-there-a-** way-to-only-install-the-mysql-**client-linux<http://stackoverflow.com/questions/5287220/is-there-a-way-to-only-install-the-

Re: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread Bryan Whitehead
tes. >> > >> > It would also make it easier to write correct documentation since a lot >> of >> > the current errors are in sections that have nothing to do with >> Cloudstack. >> > >> > >> > Ron >> > >> > On 19/06/2013 1:06

Re: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread Dave Dunaway
sections that have nothing to do with > Cloudstack. > > > > > > Ron > > > > On 19/06/2013 1:06 PM, Ethan Gillani wrote: > > > >> Thanks Ron! That did the trick! Just had to install the mysql client and > >> get the privileges right > >

Re: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread Dean Kamali
gt; -Original Message- >> From: Ron Wheeler >> [mailto:rwheeler@artifact-**software.com >> ] >> Sent: Tuesday, June 18, 2013 4:16 PM >> To: [email protected] >> Subject: Re: Cloudstack 4.1 MySQL install issue >> >> http://stackoverf

Re: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread Ron Wheeler
Subject: Re: Cloudstack 4.1 MySQL install issue http://stackoverflow.com/questions/5287220/is-there-a-way-to-only-install-the-mysql-client-linux You need the client on any machine that wants to access a database on another machine. You should not have to install the server on each machine. You may

RE: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread Ethan Gillani
Thanks Ron! That did the trick! Just had to install the mysql client and get the privileges right Ethan -Original Message- From: Ron Wheeler [mailto:[email protected]] Sent: Tuesday, June 18, 2013 4:16 PM To: [email protected] Subject: Re: Cloudstack 4.1 MySQL

Re: Cloudstack 4.1 MySQL install issue

2013-06-18 Thread Ron Wheeler
http://stackoverflow.com/questions/5287220/is-there-a-way-to-only-install-the-mysql-client-linux You need the client on any machine that wants to access a database on another machine. You should not have to install the server on each machine. You may also need a mysql connector. I am not sure

Re: Cloudstack 4.1 MySQL install issue

2013-06-18 Thread Nux!
On 18.06.2013 19:06, Ethan Gillani wrote: Help! I am setting up cloudstack management on one server with MySQL installed on a second server, both on CentOS. I have followed the installation material and setup mysql and edited the my.cnf file as well, but when I go back to the management server t

Re: Cloudstack 4.1 MySQL install issue

2013-06-18 Thread Dean Kamali
Did you pay attention to the output? Error: /bin/sh: mysql command not found Is my MySQL installed? run which mysql and see if it is in your path. On Tue, Jun 18, 2013 at 2:06 PM, Ethan Gillani wrote: > Help! > > I am setting up cloudstack management on one server with MySQL installed > on