1

つまり、これは移行の問題です。非 GUI システムで実行されている古い Linux サーバーがあります。MySql ファイルとフォルダーを Web サーバーからプル ダンプしました。

私たちが持っている新しいサーバーは、最新のサーバー バージョンで実行されている新しい Windows Server マシンです。2013 信じています。

PHP を実行するように構成してから、MySql をインストールしました。MySql インストールでは標準設定を使用しました。

インストール後、drupal インストールを実行しようとしたところ、MySql データベースがパスワードを受け入れませんでした。(実行中のインストールから何も変更されていません)

以前に PHPMyAdmin をインストールしたので、パスワードを変更しました。何かを変更して、何かがトリガーされるかどうかを確認してください。Drupal インストール用のアカウントを編集すると、MySql から、ユーザーの行が見つからないという警告が表示されました。念のため、MyAdmin を介して情報にアクセスしているので、そこにあります。

ユーザー情報を見てみると、drupal用のデータベースに権限を持っていることがわかりました。データベースの権限を見ると、関心のあるユーザーではなく、2 人のユーザーが表示されます。

ユーザー リストに戻り、目的のアカウントに移動して、アカウントから権限を剥奪しようとしました。MySql は失敗したように見えます。クラッシュしてシャットダウンしたと思います。サーバーを再起動しましたが、アクセスできませんでした。コンソールからmysqlにアクセスすることさえできませんでした。パスワードを入力しても応答がありません。

これが私が得たエラーログの応答です。

最初のセットは、ソフトウェアのインストールです。次に、データベースを移行しました。

2013-10-16 13:52:27 664 [Note] Plugin 'FEDERATED' is disabled.
2013-10-16 13:52:27 664 [Warning] option 'innodb-autoextend-increment': unsigned value 67108864 adjusted to 1000
2013-10-16 13:52:27 11f0 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2013-10-16 13:52:27 664 [Note] InnoDB: The InnoDB memory heap is disabled
2013-10-16 13:52:27 664 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2013-10-16 13:52:27 664 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-10-16 13:52:27 664 [Note] InnoDB: Not using CPU crc32 instructions
2013-10-16 13:52:27 664 [Note] InnoDB: Initializing buffer pool, size = 3.0G
2013-10-16 13:52:27 664 [Note] InnoDB: Completed initialization of buffer pool
2013-10-16 13:52:27 664 [Note] InnoDB: Highest supported file format is Barracuda.
2013-10-16 13:52:27 664 [Note] InnoDB: 128 rollback segment(s) are active.
2013-10-16 13:52:27 664 [Note] InnoDB: Waiting for purge to start
2013-10-16 13:52:27 664 [Note] InnoDB: 5.6.14 started; log sequence number 1625977
2013-10-16 13:52:27 664 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 1a7a7d2c-3694-11e3-a6c1-001018e11594.
2013-10-16 13:52:27 664 [Note] Server hostname (bind-address): '*'; port: 3306
2013-10-16 13:52:27 664 [Note] IPv6 is available.
2013-10-16 13:52:27 664 [Note]   - '::' resolves to '::';
2013-10-16 13:52:27 664 [Note] Server socket created on IP: '::'.
2013-10-16 13:52:27 664 [Note] Event Scheduler: Loaded 0 events
2013-10-16 13:52:27 664 [Note] C:/Program Files/MySQL/MySQL Server 5.6/bin\mysqld: ready for connections.
Version: '5.6.14-log'  socket: ''  port: 3306  MySQL Community Server (GPL)
2013-10-17 13:52:20 664 [ERROR] Incorrect definition of table mysql.proc: expected column 'comment' at position 15 to have type text, found type char(64).

これは、数週間後に再起動が行われるポイントです。それは起動し、私にこの情報を残します。

2013-10-30 14:41:21 4912 [Note] Plugin 'FEDERATED' is disabled.
2013-10-30 14:41:21 4912 [Warning] option 'innodb-autoextend-increment': unsigned value 67108864 adjusted to 1000
2013-10-30 14:41:21 43a4 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2013-10-30 14:41:21 4912 [Note] InnoDB: The InnoDB memory heap is disabled
2013-10-30 14:41:21 4912 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2013-10-30 14:41:21 4912 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-10-30 14:41:21 4912 [Note] InnoDB: Not using CPU crc32 instructions
2013-10-30 14:41:21 4912 [Note] InnoDB: Initializing buffer pool, size = 3.0G
2013-10-30 14:41:21 4912 [Note] InnoDB: Completed initialization of buffer pool
2013-10-30 14:41:21 4912 [Note] InnoDB: Highest supported file format is Barracuda.
2013-10-30 14:41:21 4912 [Note] InnoDB: The log sequence numbers 1625977 and 1625977 in ibdata files do not match the log sequence number 125876475 in the ib_logfiles!
2013-10-30 14:41:21 4912 [Note] InnoDB: Database was not shutdown normally!
2013-10-30 14:41:21 4912 [Note] InnoDB: Starting crash recovery.
2013-10-30 14:41:21 4912 [Note] InnoDB: Reading tablespace information from the .ibd files...
2013-10-30 14:41:23 4912 [Note] InnoDB: Restoring possible half-written data pages 
2013-10-30 14:41:23 4912 [Note] InnoDB: from the doublewrite buffer...
2013-10-30 14:41:23 4912 [Note] InnoDB: 128 rollback segment(s) are active.
2013-10-30 14:41:23 4912 [Note] InnoDB: Waiting for purge to start
2013-10-30 14:41:23 4912 [Note] InnoDB: 5.6.14 started; log sequence number 125876475
2013-10-30 14:41:23 4912 [Note] Server hostname (bind-address): '*'; port: 3306
2013-10-30 14:41:23 4912 [Note] IPv6 is available.
2013-10-30 14:41:23 4912 [Note]   - '::' resolves to '::';
2013-10-30 14:41:23 4912 [Note] Server socket created on IP: '::'.
2013-10-30 14:41:23 4912 [Warning] 'db' entry 'safety Safety_User@localhost' had database in mixed case that has been forced to lowercase because lower_case_table_names is set. It will not be possible to remove this privilege using REVOKE.
2013-10-30 14:41:23 4912 [Warning] 'db' entry 'wordpress WP_User@localhost' had database in mixed case that has been forced to lowercase because lower_case_table_names is set. It will not be possible to remove this privilege using REVOKE.
2013-10-30 14:41:24 4912 [Warning] 'db' entry 'transportation Trans_User@localhost' had database in mixed case that has been forced to lowercase because lower_case_table_names is set. It will not be possible to remove this privilege using REVOKE.
2013-10-30 14:41:24 4912 [Warning] 'db' entry 'mediawiki MW_User@localhost' had database in mixed case that has been forced to lowercase because lower_case_table_names is set. It will not be possible to remove this privilege using REVOKE.
2013-10-30 14:41:24 4912 [Warning] 'db' entry 'arcwordpress Arc_User@localhost' had database in mixed case that has been forced to lowercase because lower_case_table_names is set. It will not be possible to remove this privilege using REVOKE.
2013-10-30 14:41:24 4912 [Warning] 'db' entry 'drupal6 D_User@localhost' had database in mixed case that has been forced to lowercase because lower_case_table_names is set. It will not be possible to remove this privilege using REVOKE.
2013-10-30 14:41:24 4912 [Warning] 'db' entry 'drupal6\_dev D_User@localhost' had database in mixed case that has been forced to lowercase because lower_case_table_names is set. It will not be possible to remove this privilege using REVOKE.
2013-10-30 14:41:24 4912 [Warning] 'db' entry 'crm\_drupal Crm_User@localhost' had database in mixed case that has been forced to lowercase because lower_case_table_names is set. It will not be possible to remove this privilege using REVOKE.
2013-10-30 14:41:24 4912 [Warning] 'db' entry 'crm\_civicrm Crm_User@localhost' had database in mixed case that has been forced to lowercase because lower_case_table_names is set. It will not be possible to remove this privilege using REVOKE.
2013-10-30 14:41:24 4912 [Warning] 'db' entry 'forum Forum_User@localhost' had database in mixed case that has been forced to lowercase because lower_case_table_names is set. It will not be possible to remove this privilege using REVOKE.
2013-10-30 14:41:24 4912 [Note] Event Scheduler: Loaded 0 events
2013-10-30 14:41:24 4912 [Note] C:/Program Files/MySQL/MySQL Server 5.6/bin\mysqld: ready for connections.
Version: '5.6.14-log'  socket: ''  port: 3306  MySQL Community Server (GPL)

どんなアイデアでも大歓迎です。私の要素から少し外れています。もう Linux が恋しいです。

4

0 に答える 0