Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mturnbo
  • Content: Threads
  • Order by date
  1. mturnbo

    Error 1017: Cannot file .frm files

    I recently rebooted our server (Solaris) and now I get "ERROR 1017: Can't find file: './path/to/table_name.frm'" from MySQL. I suppose maybe I should have shut down MySQL before rebooting the server. However, I didn't know this before. I can see all the .frm, .MYD, and .MYI files...
  2. mturnbo

    Overwriting record in text file

    I am building a script that takes form input and writes it to a file in a specified packed format. Input from a second form need to update the record created from the first form. I am having trouble replacing the record with the new values. When the second form is submitted I search for the...
  3. mturnbo

    web log archive

    I wrote a simple perl script to run as a cron job at midnight that copies the web acess log file to another directory and stamps the filename with the date. I did this to prevent the log file from becoming too large and unmanageable. The script also deletes the log file and then creates a new...
  4. mturnbo

    How to speed up sendmail

    I am beginning to configure a new web server. Sendmail is installed. I have written a few scripts in perl and php to send mail from html forms. They work, however it takes a long time for the script to run due to the part where it uses sendmail to send the email. I decided to test it by...
  5. mturnbo

    hidden files

    I am building a simple script to archive the web access log on my server. I decided to simply name the files with the date (ex. 20010424.log) However, whenever I give the file this name in this format, it doesn't show up in the file listing. But it's there. I'm curious as to why I can't see...

Part and Inventory Search

Back
Top