owncloud-archive / chat

GNU Affero General Public License v3.0
38 stars 21 forks source link

mysql install fails on oc_chat_och_push_messages #197

Closed pvanek closed 9 years ago

pvanek commented 9 years ago

An exception occurred while executing 'CREATE TABLE oc_chat_och_push_messages (id INT AUTO_INCREMENT NOT NULL, sender VARCHAR(64) NOT NULL, receiver VARCHAR(64) NOT NULL, receiver_session_id VARCHAR(64) NOT NULL, command MEDIUMTEXT NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_bin ENGINE = InnoDB': SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'oc_chat_och_push_messages' already exists

LEDfan commented 9 years ago

Looks like you ever had the Chat app installed. Please execute the following SQL queries: https://github.com/owncloud/chat/wiki/FAQ#uninstall-chat-app

LEDfan commented 9 years ago

Closing for inactivity of @pvanek. Please try the steps above and reopen if you have a new problem.