savannah-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Savannah-dev] Re: make database


From: Derek FEICHTINGER
Subject: Re: [Savannah-dev] Re: make database
Date: Thu, 24 Oct 2002 19:56:03 +0200
User-agent: KMail/1.4.1

Hi

I think Frederik Orellana is right. The problem already surfaced once in the 
CVS logs for the configure file:

http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/configure
changelog:   "Command line options for mysql should not be inside quotes:

The correction should have been done in these lines of configure:

---- 
line 144 of configure Revision 1.11
   echo "SV_DB_OPTIONS=\"$SV_DB_OPTIONS\"" >> $mkfiled/$mkfileo
line 157 of configure Revision 1.11
  echo "SV_DB_OPTIONS=\"$SV_DB_OPTIONS\"" >> $mkfileo
----

In these lines the explicit quotes \" should be removed

Cheers,
Derek

---
Derek Feichtinger (CERN IT/API)


> Frederik Orellana <address@hidden> a tapoté :
> > Hi.
> >
> > PROBLEM:
> >
> > When installing savannah, make database doesn't work.
> >
> > REASON:
> >
> > mysql "-u savannah -p" -e "create database savannah"
> > is syntatically wrong, it should be
> > mysql -u savannah -p -e "create database savannah"
>
> I do not think that the point.
>
> I think that the trouble is the fact that you apparently havent not
> set a password for your database.
>
> Can you can give the full error message you get?
>
> Regards,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]