mysql启动失败,并报出下面的错误信息:
2014-06-12 17:14:49 4956 [Note] Plugin 'FEDERATED' is disabled.
2014-06-12 17:14:49 218c 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.
2014-06-12 17:14:49 4956 [Note] InnoDB: The InnoDB memory heap is disabled
2014-06-12 17:14:49 4956 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-06-12 17:14:49 4956 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-06-12 17:14:49 4956 [Note] InnoDB: Not using CPU crc32 instructions
2014-06-12 17:14:49 4956 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2014-06-12 17:14:49 4956 [Note] InnoDB: Completed initialization of buffer pool
2014-06-12 17:14:49 4956 [Note] InnoDB: The first specified data file E:\xampp\mysql\data\ibdata1 did not exist: a new database to be created!
2014-06-12 17:14:49 4956 [Note] InnoDB: Setting file E:\xampp\mysql\data\ibdata1 size to 10 MB
2014-06-12 17:14:49 4956 [Note] InnoDB: Database physically writes the file full: wait...
2014-06-12 17:14:49 4956 [Note] InnoDB: Setting log file E:\xampp\mysql\data\ib_logfile101 size to 5 MB
2014-06-12 17:14:50 4956 [Note] InnoDB: Setting log file E:\xampp\mysql\data\ib_logfile1 size to 5 MB
2014-06-12 17:14:50 4956 [Note] InnoDB: Renaming log file E:\xampp\mysql\data\ib_logfile101 to E:\xampp\mysql\data\ib_logfile0
2014-06-12 17:14:50 4956 [Warning] InnoDB: New log files created, LSN=45781
2014-06-12 17:14:50 4956 [Note] InnoDB: Doublewrite buffer not found: creating new
2014-06-12 17:14:50 4956 [Note] InnoDB: Doublewrite buffer created
2014-06-12 17:14:52 4956 [Note] InnoDB: 128 rollback segment(s) are active.
2014-06-12 17:14:52 4956 [Warning] InnoDB: Creating foreign key constraint system tables.
2014-06-12 17:14:52 4956 [Note] InnoDB: Foreign key constraint system tables created
2014-06-12 17:14:52 4956 [Note] InnoDB: Creating tablespace and datafile system tables.
2014-06-12 17:14:52 4956 [Note] InnoDB: Tablespace and datafile system tables created.
2014-06-12 17:14:52 4956 [Note] InnoDB: Waiting for purge to start
2014-06-12 17:14:52 4956 [Note] InnoDB: 5.6.11 started; log sequence number 0
2014-06-12 17:14:52 4956 [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: 03163612-f212-11e3-ad5b-206a8a5a4241.
2014-06-12 17:14:52 4956 [Note] Server hostname (bind-address): '*'; port: 3306
2014-06-12 17:14:52 4956 [Note] IPv6 is available.
2014-06-12 17:14:52 4956 [Note] - '::' resolves to '::';
2014-06-12 17:14:52 4956 [Note] Server socket created on IP: '::'.
解决方法是:D:\xampp\mysql\bin下面的my.ini中添加 innodb_force_recovery = 1
重启ok
分享到:
相关推荐
本文将详细介绍ThinkPHP框架的搭建过程,并对XAMPP安装失败、Apache和MySQL启动失败等常见问题进行分析和解答。 首先,关于ThinkPHP框架的搭建,需要注意以下几个步骤: 1. XAMPP的下载与安装:XAMPP是一个集成...
有时,防火墙会阻止Apache服务器监听端口80,导致启动失败。你需要在防火墙设置中添加例外,允许Apache通过端口80通信。同样,检查是否有其他安全软件(如杀毒软件)阻止了Apache的运行,并进行相应的设置调整。 接...
- 安装完成后,进入XAMPP的安装目录,双击`start.exe`启动Apache和MySQL服务。 4. **授权与访问禅道**: - 在浏览器中输入`http://localhost:8011`,禅道的Web界面应该会显示出来。首次访问可能需要授权,账号...
若启动失败,需检查端口冲突。 #### 三、解决端口冲突 - Apache默认监听80端口,MySql监听3306端口。若被其他服务占用,需修改端口号。 - 修改Apache端口号:编辑`E:/xampp/apache/conf/httpd.conf`,找到`Listen ...
**问题描述**:当系统中已经安装有MySQL数据库,再尝试使用XAMPP中自带的MySQL数据库时,可能会出现启动失败的情况。 **解决方法**: 1. **修改MySQL端口号**: - 修改`xampp/mysql/bin/my.ini`文件中的端口号,...
每次重启电脑后,记得先启动XAMPP的MySQL服务,否则尝试连接时可能会收到“can't connect to local MySQL server”的错误。 总结,这篇文章详细介绍了在Mac上通过终端访问XAMPP自带MySQL的过程,包括解决可能遇到的...
具体来说,“perl5lib”路径指向了一个不兼容或不符合Apache预期的Perl版本,从而引发了启动失败的问题。 #### 解决方案 对于这个问题,有两种常见的解决方法: 1. **重新配置Perl5lib环境变量**: - 这种方法...
2. **启动服务**: 安装完成后,打开XAMPP控制面板,启动Apache和MySQL服务。确保它们正常运行,你可以通过访问`http://localhost`来测试Apache是否工作。 3. **安全配置**: 为了防止不必要的安全风险,应配置XAMPP...
### XAMPP安装和使用教程知识点...- 如果遇到安装失败的情况,可以尝试运行`uninstall_xampp.bat`卸载后重新安装。 通过以上详细介绍,相信读者对XAMPP有了全面的了解,并能够顺利安装和使用这款优秀的Web服务器套件。
MySQL启动失败时,可以采取类似的方法,修改my.ini文件中的默认端口3306。在XAMPP的安装目录下找到phpMyAdmin,通过编辑config.inc.php文件设置MySQL的root用户密码,例如将"$cfg['Servers'][$i]['password'] = '';...
安装完成后,启动Apache和MySQL服务,确保它们都在运行状态,这是运行PHP网页的基础。 PHP连接MySQL数据库通常使用`mysqli`或`PDO_MySQL`扩展。在代码中,你需要设置数据库连接参数,如主机名(默认为`localhost`)...
最后,如果XAMPP启动失败,并提示“Another web server is already running.”错误,但实际上并无其他Web服务运行时,这时可以检查端口的占用情况。使用命令“sudo lsof -i -n”来查看系统中所有网络连接的状态,...
5. 安装完成后,通过XAMPP的控制面板启动Apache、MySQL等服务,检查是否能正常运行。 在遇到问题时,查阅官方文档、社区论坛或搜索引擎都能找到解决方案。耐心和细心是解决问题的关键,遇到问题不要轻易放弃,多...
如果匹配,我们启动一个会话并存储用户ID,以便后续页面可以识别登录状态。 这就是在PHP中连接MySQL数据库创建登录和注册页面的基本流程。确保在实际项目中添加额外的安全措施,例如输入验证、错误处理以及防止SQL...
当VMware Workstation占用了443端口时,会导致XAMPP的Apache服务无法绑定该端口,从而引发服务启动失败。 #### 三、解决方法 为了解决XAMPP与VMWare之间的443端口冲突问题,可以通过以下两种方式来处理: ##### ...
1. **环境配置**:首先确保你已经安装了Android Studio、PHP开发环境(如XAMPP或WAMP)以及MySQL数据库。在Android设备或模拟器上安装你的应用,并在本地服务器上启动PHP和MySQL服务。 2. **Android客户端代码**:...
#### 三、解决 Apache 启动失败的问题 1. **检查端口占用情况** 在启动 Apache 服务时遇到失败的情况,提示端口 80 和 443 被系统占用。为了解决这个问题,可以使用 `portcheck.exe` 工具来检查端口占用情况,该...