1

我正在尝试让 MySQL 与 XAMPP 一起运行。但我不断收到以下错误:

2015-03-24 08:46:04 3624 [Note] Plugin 'FEDERATED' is disabled.
2015-03-24 08:46:04 2c 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.
2015-03-24 08:46:04 3624 [Note] InnoDB: Using atomics to ref count buffer pool pages
2015-03-24 08:46:04 3624 [Note] InnoDB: The InnoDB memory heap is disabled
2015-03-24 08:46:04 3624 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2015-03-24 08:46:04 3624 [Note] InnoDB: Memory barrier is not used
2015-03-24 08:46:04 3624 [Note] InnoDB: Compressed tables use zlib 1.2.3
2015-03-24 08:46:04 3624 [Note] InnoDB: Not using CPU crc32 instructions
2015-03-24 08:46:04 3624 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2015-03-24 08:46:04 3624 [Note] InnoDB: Completed initialization of buffer pool
2015-03-24 08:46:04 3624 [ERROR] InnoDB: C:\xampp\mysql\data\ibdata1 can't be opened in read-write mode
2015-03-24 08:46:04 3624 [ERROR] InnoDB: The system tablespace must be writable!
2015-03-24 08:46:04 3624 [ERROR] Plugin 'InnoDB' init function returned error.
2015-03-24 08:46:04 3624 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2015-03-24 08:46:04 3624 [ERROR] Unknown/unsupported storage engine: InnoDB
2015-03-24 08:46:04 3624 [ERROR] Aborting

笔记

我确实有 IIS,我也尝试在不安装 xampp 的情况下运行网络服务器,但是因为我无法访问已经安装在这里的 mssql 数据库,所以我有点放弃并尝试安装 xampp ...

我还将发布我的其他错误消息:

Array ([0 ] = > Array ([0 ] = > 28000 [ SQLSTATE ] = > 28000 [ 1] = > 18456 [code ] = > 18456 [2 ] = > [ Microsoft] [ODBC Driver for SQL Server 11 ] [ SQL server] Login failed for user ' username ' . [message ] = > [ Microsoft] [ODBC Driver for SQL server 11 ] [ SQL server] Login failed for user ' username ' . ) [1 ] = > Array ([0 ] = > 28000 [ SQLSTATE ] = > 28000 [ 1] = > 18456 [code ] = > 18456 [2 ] = > [ Microsoft] [ODBC Driver for SQL server 11 ] [ SQL server] Login failed for user ' FHGA / hgaadmin ' . [message ] = > [ Microsoft] [ODBC Driver for SQL server 11 ] [ SQL server] Login failed for user ' username ' . ) )

要指定我的问题:

我需要帮助在 XAMPP 中设置 MYSQL,或者摆脱当我尝试使用 sqlsrv 方法访问 SQL DB 时出现的第二条错误消息

4

0 回答 0