Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[MySQL][ODBC 3.51 Driver][mysqld-3.23.49-nt]Lost connection to MySQL server during query
/main/main.asp, line 20
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[MySQL][ODBC 3.51 Driver][mysqld-3.23.49-nt]MySQL server has gone away
/main/main.asp, line 20
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[MySQL][ODBC 3.51 Driver][mysqld-3.23.49-nt]Lost connection to MySQL server during query
/main/main.asp, line 20
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
새로 고침할 때마다 저 3가지가 번갈아서 뜨고요
main.asp에 있는 쿼리문은
sql = "select popup from test_table where popup = 'Y'"
db.Execute(sql)
꼴랑 저겁니다. -_-;;
찾아봤는데
SET GLOBAL max_allowed_packet = 1024 * 1024 * 32;
SET SESSION max_allowed_packet = 1024 * 1024 * 32;
이걸 하면 된다고는 하는데요;;
SQLyog나 도스 프롬프트 창에서 mysql 치고 들어가도 저 구문은 적용이 되질 않네요. -_ ㅠ
my.ini 파일 들어가서 16M -> 32M으로도 고쳐봤습니다.
살려주세요. 매우 급한데..ㅠ_ㅠ 흑..어떻게 하면 좋을까요? ㅠㅠ |