XAMPP的MYSQL无法启动

昨天用各种方式试验MYSQL的数据库备份与恢复操作,恢复过程中,MYSQL就无法启动了。

提示如下:

22:59:43  [mysql]     Attempting to start MySQL app...
22:59:43  [mysql]     Status change detected: running
22:59:44  [mysql]     Status change detected: stopped
22:59:44  [mysql]     Error: MySQL shutdown unexpectedly.
22:59:44  [mysql]     This may be due to a blocked port, missing dependencies,
22:59:44  [mysql]     improper privileges, a crash, or a shutdown by another method.
22:59:44  [mysql]     Press the Logs button to view error logs and check
22:59:44  [mysql]     the Windows Event Viewer for more clues
22:59:44  [mysql]     If you need more help, copy and post this
22:59:44  [mysql]     entire log window on the forums

This may be due to a blocked port, missing dependencies, 首先我看了端口,3306端口并没有被占用。

网上看到一个运行批处理文件的解决办法,但是需要重启:

http://wenku.baidu.com/link?url=fqqupfW1yxGYGtw3tGZe9HvzQxrSb2zQ3wiOJAi01ncikuFJAE1LJqQv0J97AocA-trfWz_wpaJQfjDTxWTC4mSahput3mJMchK3BgFWlGa

我就X了,刚刚写了一大堆,结果提交后显示找不到服务器,,,,然后草稿箱里也没有,真是各种背

总之就是各种方法都试了,都无法解决,最后只能重新卸载重装解决的。

刚才将E:\xampp_new\mysql\data 数据库的文件替换了一下,替换后,mysql就无法启动了,终于找到了mysql无法启动的原因,就是因为替换data数据库文件造成的。

多次删除ibdata1、ib_logfile1、ib_logfile0 后,mysql才可以启动,第一次删除后,确实依然无法启动。

通过操作发现,使用直接复制、粘贴数据库文件的方法,对数据库进行恢复,是不可行的,会造成数据库无法启动,就算后面删除日志文件,数据库可以启动了,也是无法浏览数据库内的表文件的。

错误日志:

2014-11-25 23:57:55 4336 [Note] Plugin ‘FEDERATED‘ is disabled.
2014-11-25 23:57:55 2720 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-11-25 23:57:55 4336 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-11-25 23:57:55 4336 [Note] InnoDB: The InnoDB memory heap is disabled
2014-11-25 23:57:55 4336 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-11-25 23:57:55 4336 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-11-25 23:57:55 4336 [Note] InnoDB: Not using CPU crc32 instructions
2014-11-25 23:57:55 4336 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2014-11-25 23:57:55 4336 [Note] InnoDB: Completed initialization of buffer pool
2014-11-25 23:57:55 4336 [Note] InnoDB: Highest supported file format is Barracuda.
2014-11-25 23:57:55 4336 [Warning] InnoDB: Resizing redo log from 2*3072 to 2*320 pages, LSN=1625987
2014-11-25 23:57:55 4336 [Warning] InnoDB: Starting to delete and rewrite log files.
2014-11-25 23:57:55 4336 [Note] InnoDB: Setting log file E:\xampp_new\mysql\data\ib_logfile101 size to 5 MB
2014-11-25 23:57:55 4336 [Note] InnoDB: Setting log file E:\xampp_new\mysql\data\ib_logfile1 size to 5 MB
2014-11-25 23:57:56 4336 [Note] InnoDB: Renaming log file E:\xampp_new\mysql\data\ib_logfile101 to E:\xampp_new\mysql\data\ib_logfile0
2014-11-25 23:57:56 4336 [Warning] InnoDB: New log files created, LSN=1625987
2014-11-25 23:57:56 4336 [Note] InnoDB: 128 rollback segment(s) are active.
2014-11-25 23:57:56 4336 [Note] InnoDB: Waiting for purge to start
2014-11-25 23:57:56 4336 [Note] InnoDB: 5.6.16 started; log sequence number 1625987
2014-11-25 23:57:56 4336 [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: d2275b21-74bb-11e4-8165-74d435fb4eb2.
2014-11-25 23:57:56 4336 [Note] Server hostname (bind-address): ‘*‘; port: 3306
2014-11-25 23:57:56 4336 [Note] IPv6 is available.
2014-11-25 23:57:56 4336 [Note]   - ‘::‘ resolves to ‘::‘;
2014-11-25 23:57:56 4336 [Note] Server socket created on IP: ‘::‘.
时间: 2024-12-15 19:12:56

XAMPP的MYSQL无法启动的相关文章

XAMPP安装后MYSQL无法启动问题

在XAMPP里MYSQL以服务方式启动失败,提示错误是 1067 进程意外终止 解决方法: 1. 进入 xampp安装目录 2.进入mysql/bin/目录, 打开my.ini , 修改 [mysqld] port= 3306 socket= "/xampp/mysql/mysql.sock" basedir="/xampp/mysql" tmpdir="/xampp/tmp" datadir="/xampp/mysql/data&qu

修改xampp的mysql默认密码(转)

MySQL 的"root"用户默认状态是没有密码的,所以在 PHP 中您可以使用 mysql_connect("localhost","root","") 来连接 MySQL 服务器: 如果您想为 MySQL 中的"root"用户设置密码,请在控制台中使用"mysqladmin"命令.例如: 在windows版本的xampp下: \...\xampp\mysql\bin\mysqladm

mac下xampp的mysql无法自动启动

mac下xampp的mysql无法自动启动,每次启动都要手动在终端里执行 sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start 自动启动解决办法如下: 1.打开/Applications/XAMPP/xamppfiles/xampp进行编辑2.找到这一行:$XAMPP_ROOT/bin/mysql.server start > /dev/null &3.添加如下一行在找到的那一行上面:unset DYLD_LIBRARY_PAT

安装新版xampp后apache无法启动提示:Apache Service detected with wrong path解决方案

我以前安装过xampp,因为学习thingPHP需要升级PHP5.0以上,所以我就卸掉了xampp,从新安装新版本的xampp其中PHP是最新版的,但是安装后启动xampp提示如下: Apache Service detected with wrong path.Change XAMPP Apache and Control Panel settings orUninstall/disable the other service manually first Found Path: "H:\pr

xampp使用中mysql端口被占用问题的解决方案

如果在安装XAMPP前本机已经安装了mysql,并且添加了Windows服务中 使用xampp时,两个Mysql在Windows服务中有冲突 这意味着你之前在电脑上使用过mysql,路径.端口都被占用过了. 这种情况下XAMPP中的mysql自然是不能正常启动的, 会出现这样的提示信息 首先,尝试改变XAMPP Mysql 和Control Panel settings 的config里的端口值,依然报错 现在尝试提示信息的第二种方法(如果你以前装的不想再用的话),这个修改方法在百度经验就有不错

解决php工具箱(phpStudy)Apache启动成功,MySql无法启动的问题

今天花了两个多小时的时间给别人捣鼓php工具箱,自己都很惊讶. 由于xampp中的不太适合新手刚开始学php使用,所以我给她安装了php工具箱,这是个可以切换版本的软件,我很推荐,而且不需要配置! 不过很让人头疼的是Apache正常启动,,MySql就是无法启动,百度上说的也不咋有用(不一竿子打死,最终解决办法的前身还是百度的),百度上大多数是说的端口问题,Apache是80,MySql是3306,然而检测端口占用信息是安全的,也就是说端口不是致命的. 我说我遇到的这种情况:1.注册表里没有My

XAMPP Error: MySQL shutdown unexpectedly 解决办法

早晨刚刚上班,爱的外贸建站程序员APOLLO打开电脑,准备开始今天的工作,发现打开XAMPP后,MYSQL数据库不能正常启动,出现如下错误提示 9:45:33 [mysql] Error: MySQL shutdown unexpectedly. 9:45:33 [mysql] This may be due to a blocked port, missing dependencies, 9:45:33 [mysql] improper privileges, a crash, or a sh

xampp 升级 mysql 版本的经历

操作系统:Windows Server 2008 环境:xampp 当前 mysql 版本:5.1 目标 mysql 版本:5.7 升级步骤: 在xampp控制台停止mysql服务: 在xampp安装目录下修改目录“mySql”的名称为“mySql-old”,以作备份,同时新建目录“mySql”: 下载并安装mysql 5.7版本的server组件,跳过configure: 把刚刚安装的mysql根目录下的 bin.lib.share 目录复制到 xampp\mySql 目录下: 如果 xamp

linux系统下使用xampp 丢失mysql root密码【xampp的初始密码为空】

如果在ubuntu 下面 使用xampp这个集成开发环境,却忘记mysql密码. 注:刚安装好的xampp的Mysql初始密码是空... 找回密码的步骤如下: 1.停止mysql服务器 sudo /opt/lampp/lampp stopmysql 2.使用`--skip-grant-tables' 参数来启动 mysqld sudo /opt/lampp/sbin/mysqld --skip-grant-tables 3.再开一个终端(在终端中直接右键+B) 进入mysql sudo /opt