Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/287.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php Windows Server 2012 Apache XAMPP_Php_Sql_Windows Server 2012_Mssql Jdbc - Fatal编程技术网

Php Windows Server 2012 Apache XAMPP

Php Windows Server 2012 Apache XAMPP,php,sql,windows-server-2012,mssql-jdbc,Php,Sql,Windows Server 2012,Mssql Jdbc,我正在尝试让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

我正在尝试让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的情况下运行Web服务器,但是因为我无法访问已经安装在这里的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时出现的第二条错误消息