PDA

View Full Version : Linux and MySQL Access


weronpc
03-22-2004, 07:02 PM
I know MySQL account has nothing to do with Linux system account.

I just wondering is there a way when I creates a new Linux account it will automatically creates a MySQL database account?

Or do I have to write my own shell script to do that?

firepages
03-25-2004, 05:46 PM
Originally posted by weronpc
... Or do I have to write my own shell script to do that?

:D yup , you can probably modify the existing script which gets called when you add a new user (where the users /.profile is created) .. where that will be will depend on your flavour