Recent content by MacImage

  1. MacImage

    MySQL 4.0.x ???

    has anyone succesfully installed a binary installation of 4.0.1 or compiled 4.0.2? having major issues over here right now :mad:
  2. MacImage

    Your iPod Name

    well i said id get a picture of mine in my car, so here it is. my cd player has auxilary inputs, so i bought a pioneer RCA adapter that adapts their propietary auxilary input to standard RCA. it sounds great!. the quality of the pic isnt great, but oh welll.... sorry to bring back an old...
  3. MacImage

    zsh and mysql

    if the webserver user is "www", but the mysql user that i use is "macimage" would this still work?: GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER ON macimage.* TO www@localhost IDENTIFIED BY 'mmmhmm'; im wondering if the user "www" needs write privelages to the database...
  4. MacImage

    zsh and mysql

    the script just dumps and recreates indexes. its only going to be ran once in a while, but it still needs to be done. i use php to build the queries, as many as 50 (that usually take a very long time to run) then dumps them to a text file. i then use php to call the script from the command line...
  5. MacImage

    zsh and mysql

    [iaofficemanager:~] mjr% export path=(/usr/local/mysql/bin $path) Badly placed ()'s. EDIT: i also tried to use the absolute path in the command (/usr/local/mysql/bin/mysql -u blah blah blah) and still nothing. EDIT AGAIN: i checked the error log after i ran it with an absolute path...
  6. MacImage

    zsh and mysql

    my home folder doesnt have .zshenv, so i created the file and added: export path=(/usr/local/mysql/bin) still didnt work.... if i run zsh from the OSX shell, i can run mysql with no problem. weird?
  7. MacImage

    zsh and mysql

    where would .zshenv be located?
  8. MacImage

    zsh and mysql

    im trying to execute a mysql script from php, using php's shell command. i build the script just fine and can verify that it executes from the terminal, but when i call it from php, apache's log file shows: zsh: command not found: mysql the format of the command is: mysql -u "username"...
  9. MacImage

    Your iPod Name

    I use mine in my car. I have a poineer deck thats about 3 years old now, it has AUXILARY inputs, standard RCA type, bought a 20 dollar adapter at my local stereo shop that converts the headphone plug type to RCA's and hooked it up. Sounds good and looks pretty nice. Maybe ill take a pic and...
  10. MacImage

    popen(), standard input, output etc. ???

    im aware that rm -rf is a security hole, but i wasnt accepting input from users. i meant to say that the exec command was letting me run something like "rm -rf somefile", but im not able to run "ps2pdfwr input.ps output.ps" i think ive got to look more into piping commands with popen.
  11. MacImage

    popen(), standard input, output etc. ???

    im trying to create pdf files from ps files on the fly and also run some applescripts from php. i can access the command line from php with exec() to run commands, but some commands arent working for me. ive tried: %exec("rm -rf somefile"); and that worked, but: %exec("ps2pdf input.ps...
  12. MacImage

    problems with 'pipe' command

    im interested in how you got ghostscript 7 to install properly. im having a hell of a time creating the right make files and running the install script. i just started about an hour ago though, so i may be able to figure it out soon
  13. MacImage

    PHP reconfigure

    Are you using 10.1?:( If so, goodluck enabling pdflib support. Apple explicitely says they havent got it to work:p the people at pdflib are just starting to realize that there are problems with 10.1:rolleyes: and ive tried about every install routine possible and still no luck. after...
  14. MacImage

    Removing Users from Login Screen?

    im trying to remove some users from my login screen. i have no need for some of the users to be there because they will only be connecting remotely. ive poked around but cant find it anywhere. any ideas? thanks
  15. MacImage

    dns lookup not working on 10.0.4

    /etc/resolv.conf pointed to /var/run/resolv.conf first, i backed up /ect/resolv.conf just in case i messed up... then edited /etc/resolv.conf to look like this.... domain blah.blah.blah nameserver blah.blah.blah.blah i grabbed the DNS server name from my laptop and put it in the...
Back
Top