Re: [PHP-DB] range_alloc_block_size

2005-12-16 Thread Aaron Koning
This could be a number of things. Are you uploading the file in the script? Then the max_upload_size may have been exceeded. If not, then it could be the memory_limit, or the max_execution_time. Check your httpd/php error log (commonly at: /var/log/httpd/error_log) and adjust the referenced

Re: [PHP-DB] range_alloc_block_size

2005-12-16 Thread David Robley
On 12/16/05, Murat Beyhan [EMAIL PROTECTED] wrote: Hello, Im using PHP and MySQL I try to import txt file to mysql Database But file size bigger than 2048KB so I could not import it It is related with range_alloc_block_size Because in mysql this veriable is 2048. If it is possible how