> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Melvyn Sopacua > Sent: Monday, 1 December 2003 3:54 AM > To: FreeBSD-questions > Cc: Xpression > Subject: Re: MySQL question... > <snip> > > All databases will go under /var/db/mysql and the quick and > dirty answer is: > mysql -e "GRANT ALL ON $dbname.* TO '$dbuser'@'localhost' > IDENTIFIED BY > '$userpasswd'" > > -- > Melvyn
Something I've wondered is why the default location for the MySQL databasi is /var/db/mysql? Yes /var/db seems to make sense, but most /var filesystems would be fairly small. Is it generally common practice to create a symbolic link to somewhere on, say, /usr to store the databasi? Dave _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"