i dont think that the init.d script will accept the argument.
you need to run /usr/bin/mysqld_safe --init-file=clouds.sql &
(or whatever the path to mysqld_safe is)
2009/4/29 Jason Todd Slack-Moehrle
> Hi Guys,
>
> i am still lost here:
>
> GRANT ALL ON mysql.* TO 'root'@'localhost' IDENTIFIE
hey jason,
you need to restart the *server* with the init-file option, have a look at:
http://dev.mysql.com/doc/refman/5.0/en/server-options.html
2009/4/28 Jason Todd Slack-Moehrle
> I am trying to start MySQL with --init-file but i get that it is an invalid
> option. the 'man' page and --he