これまでEtomiteを使っていたのですが、MODxもおもしろそうだなと思い、
さっそくインストールしてみようとしたところ、
途中でエラーが出て止まってしまい困っています。
■手順
インストーラ→New Installation→
Connection InformationでDBの情報を入力→
Test connection(結果はConnection to host: passed... Checking database: passed)→
Optional Items→
Setup has carried out a number of checks to see if everything's ready to start the setup.
全項目OK→install now
と、ここまではいいんですが、その後、インストールが始まると下記の大量のエラーが出て、
インストーラが終了していしまいます。
Setup will now attempt to setup the database:
Creating connection to the database: OK!
Selecting database `jvm`: OK!
Checking table prefix `modx2_`: OK!
Creating database tables: Database Alerts!
MODx setup couldn't install/alter some tables inside the selected database.
The following errors had occurred during installation
Lost connection to MySQL server during query during the execution of SQL statement CREATE TABLE IF NOT EXISTS `modx2_log_access` ( `visitor` int(11) NOT NULL default '0', `document` int(11) NOT NULL default '0', `timestamp` int(20) NOT NULL default '0', `hour` tinyint(2) NOT NULL default '0', `weekday` tinyint(1) NOT NULL default '0', `referer` int(11) NOT NULL default '0', `entry` tinyint(1) NOT NULL default '0', KEY `visitor` (`visitor`), KEY `document` (`document`), KEY `timestamp` (`timestamp`), KEY `referer` (`referer`), KEY `entry` (`entry`), KEY `hour` (`hour`), KEY `weekday` (`weekday`) ) TYPE=InnoDB COMMENT='Contains visitor statistics.'.
--------------------------------------------------------------------------------
MySQL server has gone away during the execution of SQL statement CREATE TABLE IF NOT EXISTS `modx2_log_hosts` ( `id` int(11) NOT NULL default '0', `data` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) TYPE=InnoDB COMMENT='Contains visitor statistics.'.
--------------------------------------------------------------------------------
Lost connection to MySQL server during query during the execution of SQL statement CREATE TABLE IF NOT EXISTS `modx2_log_operating_systems` ( `id` int(11) NOT NULL default '0', `data` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) TYPE=InnoDB COMMENT='Contains visitor statistics.'.
--------------------------------------------------------------------------------
MySQL server has gone away during the execution of SQL statement CREATE TABLE IF NOT EXISTS `modx2_log_referers` ( `id` int(11) NOT NULL default '0', `data` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) TYPE=InnoDB COMMENT='Contains visitor statistics.'.
--------------------------------------------------------------------------------
Lost connection to MySQL server during query during the execution of SQL statement CREATE TABLE IF NOT EXISTS `modx2_log_user_agents` ( `id` int(11) NOT NULL default '0', `data` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) TYPE=InnoDB COMMENT='Contains visitor statistics.'.
・
・
・
Some tables were not updated. This might be due to previous modifications.
PhpMyAdminから見ると、DBは作成されているようなのですが…
使っているサーバはさくらのスタンダードです。
Apache 1.3.34
PHP 4.4.2
MySQL 4.0.2x
その昔、etomiteをインストールしたときには特に問題なくできたように記憶しているのですが、
どなたかこの現象を経験された方はいらっしゃいませんか?
よろしくお願いします。