Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
初めてopencmsをインストールしています。インストール中に問題が見つかりました
SET GLOBAL max_allowed_packet=16777216; を試しました。および max_allowed_packet=32M ; openCms のインストール ガイドのとおりですが、役に立ちませんでした。
アイデアや助けをいただければ幸いです、ありがとう
my.ini ファイルを変更します。ファイルの [mysqld] の下に 1 行を含めます。
max_allowed_packet=32M
そしてmysqlサーバーを再起動します