Hi all, I am facing problems in uploading an sql file within phpMyAdmin.. its size is around 2 MBs, and whenever I finish upload, i got the problem of timed out server or showing secure and nonsecure components.. so its a timeout thing ! I checked with phpMyAdmin help, and it seems I need to change the : max_file_size in php.ini in Apache... ! I couldnt locate the file ! where can I find it? and do you know a better way of uploading the data into the data base? I am a rookie , and I appreciate any help you would provide ! Cheers
php.ini is found in /etc/ on *nix systems and in c:\windows in Windows. Change the max_file_size and script_timeout values.