Recent content by pmpmamam

  1. P

    Unlink permission dined

    $fa=fopen("./aaa.txt",“r”); fclose($fa); if($fa){ chmod("./aaa.txt", 0777); unlink("./aaa.txt"); } self soloved. like up…
  2. P

    Can not start mysql server

    i am getting an error after executing the exe cannot start mysql server at another compuer. i checked start and stop the mysql server automatically in mysql support before compile. and i am using demo version please help
Back
Top