Is this, then, a bug in the 'passwd' package for OS 10.2, which should be changed?

I installed the passwd package, but not MySQL, yet.

marc

On Thursday, November 28, 2002, at 06:00 AM, Oscar Erlandsson wrote:

Oh yes, had forgotten about that -- Jaguar installs a mysql user of its own. What happened then was probably that you deleted that user earlier, which thus is what's causing your problem. You should have a mysql user with the following data:

[oscar:~] irray% nidump -r /users/mysql /
{
"_writers_passwd" = ( "mysql" );
"change" = ( "0" );
"class" = ( "" );
"expire" = ( "0" );
"gid" = ( "251" );
"home" = ( "/dev/null" );
"name" = ( "mysql" );
"passwd" = ( "*" );
"realname" = ( "MySQL Database Server" );
"shell" = ( "/dev/null" );
"uid" = ( "251" );
}

and a group that looks like this:

[oscar:~] irray% nidump -r /groups/mysql /
{
"gid" = ( "251" );
"name" = ( "mysql" );
"passwd" = ( "*" );
"users" = ( );
}

Recreate those and that will probably help.
---
Oscar Erlandsson [erlandsson at mac dot com]



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to