php.ini中关于附件上传大小的设置
PHP.ini中的设置:
upload_max_filesize 50M
post_max_size 50M
关于时间的设置:
max_execution_time 30
max_input_time 60
MYSQL设置:
C:WINDOWS下的my.ini
配置正确的my.ini如下:
#This File was made using the WinMySQLAdmin 1.4 Tool
#2004-4-9 15:48:49
#Uncomment or Add only the keys that you know how works.
#Read the MySQL Manual for instructions
[mysqld]
basedir=E:/Server/mysql
#bind-address=000.000.000.000
datadir=E:/Server/mysql/data
#language=E:/Server/mysql/share/your language directory
#slow query log#=
#tmpdir#=
#port=3306
set-variable=key_buffer=50M
set-variable=max_allowed_packet=50M
[WinMySQLadmin]
Server=E:/Server/mysql/bin/mysqld-nt.exe
user=root
password=
我的设置是这样的
可是还不能实现
不知道还需要修改什么地方?
您能帮忙看看为什么吗?
谢谢您了
本贴由 葱儿 于 2004-12-25 01:44 最后编辑