Re: Clearing out DB in 4.2

2013-09-04 Thread Mike Tutkowski
Ah, that would explain why my first attempt like this worked: mysql -u root -ppassword On Wed, Sep 4, 2013 at 5:41 PM, Darren Shepherd wrote: > On 09/04/2013 03:27 PM, Mike Tutkowski wrote: > >> Wait a sec...just tried mysql -u root -p password >> > > That's a fun nuisance of the mysql CLI. T

Re: Clearing out DB in 4.2

2013-09-04 Thread Darren Shepherd
On 09/04/2013 03:27 PM, Mike Tutkowski wrote: Wait a sec...just tried mysql -u root -p password That's a fun nuisance of the mysql CLI. There can't be a space between -p and the password. So that command is actually doing a password of "" and trying to switch to the database named password

Re: Clearing out DB in 4.2

2013-09-04 Thread Mike Tutkowski
24 PM, Jonathan Creasy < >> >>> jonathan.cre...@contegix.com> wrote: >> >>> >> >>>> So does "mysql -u root -ppassword" work? >> >>>> >> >>>> -Jonathan >> >>>> >> >>>>

Re: Clearing out DB in 4.2

2013-09-04 Thread Mike Tutkowski
> wrote: > >>> > >>>> So does "mysql -u root -ppassword" work? > >>>> > >>>> -Jonathan > >>>> > >>>> - Original Message - > >>>> From: "Mike Tutkowski" > >>>

Re: Clearing out DB in 4.2

2013-09-04 Thread Min Chen
gt;>>> So does "mysql -u root -ppassword" work? >>>> >>>> -Jonathan >>>> >>>> - Original Message - >>>> From: "Mike Tutkowski" >>>> To: dev@cloudstack.apache.org >>>> Sent: Wednesday, September

Re: Clearing out DB in 4.2

2013-09-04 Thread Mike Tutkowski
password" work? >>> >>> -Jonathan >>> >>> - Original Message - >>> From: "Mike Tutkowski" >>> To: dev@cloudstack.apache.org >>> Sent: Wednesday, September 4, 2013 5:23:23 PM >>> Subject: Re: Clearing out DB i

Re: Clearing out DB in 4.2

2013-09-04 Thread Mike Tutkowski
athan Creasy < > jonathan.cre...@contegix.com> wrote: > >> So does "mysql -u root -ppassword" work? >> >> -Jonathan >> >> - Original Message - >> From: "Mike Tutkowski" >> To: dev@cloudstack.apache.org >> Sent: Wednesday,

Re: Clearing out DB in 4.2

2013-09-04 Thread Mike Tutkowski
owski" > To: dev@cloudstack.apache.org > Sent: Wednesday, September 4, 2013 5:23:23 PM > Subject: Re: Clearing out DB in 4.2 > > Here is the output: > > Access denied for user 'root'@'localhost' (using password: NO) > > I fear I'm somehow

Re: Clearing out DB in 4.2

2013-09-04 Thread Jonathan Creasy
So does "mysql -u root -ppassword" work? -Jonathan - Original Message - From: "Mike Tutkowski" To: dev@cloudstack.apache.org Sent: Wednesday, September 4, 2013 5:23:23 PM Subject: Re: Clearing out DB in 4.2 Here is the output: Access denied for user 'root

Re: Clearing out DB in 4.2

2013-09-04 Thread Mike Tutkowski
Wed, Sep 4, 2013 at 4:16 PM, Jonathan Creasy < jonathan.cre...@contegix.com> wrote: > Is there a root password set? > > What do you get for: > > mysql -u root > > > - Original Message - > From: "Mike Tutkowski" > To: dev@cloudstack.apach

Re: Clearing out DB in 4.2

2013-09-04 Thread Jonathan Creasy
Is there a root password set? What do you get for: mysql -u root - Original Message - From: "Mike Tutkowski" To: dev@cloudstack.apache.org Sent: Wednesday, September 4, 2013 5:11:47 PM Subject: Re: Clearing out DB in 4.2 No idea...I just completely uninstalled, then r

Re: Clearing out DB in 4.2

2013-09-04 Thread Mike Tutkowski
No idea...I just completely uninstalled, then reinstalled MySQL and get the same error message. Never had this problem before. Weird. On Wed, Sep 4, 2013 at 3:40 PM, Mike Tutkowski wrote: > Hi, > > I'm having trouble running this command on one of my CS setups: > > mvn -P developer -pl develop