제로보드 설치는 제대로 된것같은데요..
게시판에서 자료를 업하면 시간이 오래 걸릴수 있다는 메시지가 나옴과 동시에 작성이
완료 됩니다. 그런데 자시판에 가보면 자료업이 안되있어요 관리자메뉴에서 자료를 보아
도 업이 안되있고요 뭐가 문제 일까요
참고로 관리자와 로그인 안한 상태에서 자료를 업해보았습니다. 그것과 관련이 있을까요?
mysql은 잘몰라서요 혹시 거기에 잘못이 있을까?
mysql 설정내용입니다. 밑에처럼해주는건 맞나요?
###################################################################3
[root@localhost /root]# mysql mysql ꏮ
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 1 to server version: 3.23.44
Type 'help;' or 'h' for help. Type 'c' to clear the buffer.
mysql> insert into user values ('localhost', 'bbs', password('bbs'), 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y',
'Y', 'Y', 'Y', 'Y'); Query OK, 1 row affected (0.00 sec)
mysql> quit
Bye
[root@localhost /root]#
[root@localhost /root]# /etc/rc.d/init.d/mysqld restart ꏮ
MySQL 를 정지함: [ OK ]
MySQL (을)를 시작합니다: [ OK ]
###############################################################
이렇게 한뒤 install1.php에서
localhost, bbs, bbs, mysql이런식으로 폼을 작성했는데요...
뭐가 문제일까요?