[ic] MySQL db creation problem solved

Steve steve@itcom.net
Wed, 30 Aug 2000 10:31:47 -0400


Hi all,

Thanks to Marc Villeneuve who jumped on an idea I had, and found the place to
add -p to the makecat script!

I could not get the script to create a new sql file as it would not use the
'-p' parameter. Marc located the place to add this and it works well.

In the /usr/local/minivend/barry/config/precopy-commands file
you add it to the first line:

{MYSQL}mysqladmin -p create __MVC_SQLDB__

The script should really allow for an option to use -p, or better yet, if it
it fails, to try this parameter as it's a very common configuration amongst
MySQL installs who want higher security.

Steve Szmidt