The #phpesp on freenode is the official channel if anyone is hanging around=
.
On 4/12/06, sean <sea...@gm...> wrote:
>
> doh! hadn't installed php I sheepishly admit - solved the other
> problem by using the CVS mysql_populate file.
>
> btw, is there a working irc channel?
>
> On 12/04/06, Joe Auty <jo...@ne...> wrote:
> > MySQL 4.1 and higher (I believe) creates different password hashes. I
> > basically had to do this table insert from within the version of
> > MySQL 3.x I'm using to create the row with a password hash that could
> > be understood:
> >
> > INSERT INTO designer (username, password, fname, lname, realm,
> > pdesign, pstatus, pdata, pall, pgroup, puser, disabled)
> > VALUES ('root', PASSWORD('esp'), 'ESP', 'Superuser',
> 'superuser',
> > 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N');
> >
> >
> > Time will tell whether my changes to mysql_populate.sql will work
> > within 3.x. It might be wise to create a separate
> > mysql_populate_3.x.sql script and include that with the distribution.
> >
> >
> >
> >
> >
> >
> >
> >
> > -----------
> > Joe Auty
> > NetMusician: web publishing software for musicians
> > http://www.netmusician.org
> > jo...@ne...
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> > that extends applications into web and mobile media. Attend the live
> webcast
> > and join the prime developer group breaking into this new coding
> territory!
> > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=
=3D121642
> > _______________________________________________
> > phpESP-general mailing list
> > php...@li...
> > https://lists.sourceforge.net/lists/listinfo/phpesp-general
> >
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmdlnk&kid=110944&bid$1720&dat=121642
> _______________________________________________
> phpESP-general mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpesp-general
>
--
D'oh!
|