Search results

  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

    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"...
  3. 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...
  4. 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
  5. MacImage

    not mounting cdrom in OSX 10.1

    just installed osx 10.1 and although it seems like a definite improvement over the original public beta, for some reason its not mounting my cd drive. its showing up in apple system profiler, however when i put in a cd and shut the tray, it doesnt spin up at all, or even attempt to mount the...
  6. MacImage

    root problem: setgroups operation not permitted

    :confused: not sure what exactly i did, but now when i try to go to su access, i get a message "su: setgroups: operation not permitted" i cant login as su anymore and dont have access to database files. i tried disabling the root user in netinfo manager, clearing the password and...
Back
Top