Branches
Releases
|
Version
|
Focus
|
Date
|
|
0.90
|
Minor feature enhancements |
20-Jan-2003 07:24 |
|
0.85
|
Minor feature enhancements |
15-Nov-2002 18:24 |
|
0.8
|
Initial freshmeat announcement |
30-Oct-2002 05:08 |
Comments
[»]
Having your MySQL Server on a different host...
by G. Smit - Jan 15th 2003 12:07:58
First of all, I like this project.
But.....the requirements are not complete. You also need the perl DBI
modules and DBD::Mysql module. For sending the first email to the new or
altered user, you will need the Mailer module.
I'm not really a Perl wizard, so after reading some docs, I altered
userSetup.pl:
my $hostname = "mysqlserver";
my $dbh = DBI->connect("DBI:mysql:$database;host=$hostname", $user,
$password) or die "Unable to connect to db : $dbh->errstr\n";
Hope this will be of some help for others...
[reply]
[top]
[»]
Re: Having your MySQL Server on a different host...
by Rob Kinch - Jan 15th 2003 12:52:55
Sorry for the requirements. I'm not the best at doc, but I am trying. Email
me what the change is, and I'll incorporate it (if there's more than what
you added.
I'll update the doc.
I also have 0.90 version coming soon, where I have:
-->added some fixes to the perl script for other errors
--> and added a domain control, to not allow deletion of domain, if email
addr still exist.
-->added listing of mail accounts in the domain screen.
Glad it appears to be beneficial for someone.
-Rob
[reply]
[top]
|