Originally posted by pop
Hello,
1. what is the mysql upload limit ? are there any restrictions ?
2. where is the mysql configuartion file located ? to change any configurations ?
what upload limit... this is controlled by your application, like Perl or PHP that is uploading data too MySQL
the configuration file is normally located either in the
/etc/my.cnf or on most RH/Linux RPM default installs, in the
/var/lib/mysql/my.cnf
when MySQL starts, it'll look first in the /etc folder, then the /var/lib/mysql folder for the configuration file, if none found, it will use all the default settings.
If your using a Cpanel box, then there is a my.cnf file in the
/usr/local/cpanel/whostmgr/ folder also.
Hope this helps

Mickalo