Results 1 to 7 of 7

Thread: Help with shell script

Threaded View

  1. #1
    Join Date
    Mar 2009
    Location
    Gym, UK -> Norfolk
    Beans
    157
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Help with shell script

    Target to make script which will create mysql user.
    I have mysql commands
    PHP Code:
    mysql -u userName -p

    insert into db 
    (hostdbuserselect_privvalues ('localhost''customers''kayon''Y'); 
    Im not sure how to combine it in to shell script.
    Please help..
    Last edited by Spikerok; November 28th, 2009 at 12:02 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •