why mySql can not starting? - php

Why can't mysql run when I click on Start? I changed the port in my.ini to 8855 but it does not run again !!
[mysql] Error: MySQL shutdown unexpectedly. [mysql] This may be due to a blocked port, missing dependencies, [mysql] improper privileges, a crash, or a shutdown by another method. [mysql] Press the Logs button to view error logs and check [mysql] the Windows Event Viewer for more clues [mysql] If you need more help, copy and post this [mysql] entire log window on the forums
mySql_error.log:
InnoDB: using atomic writes.
2021-01-22 14:19:45 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-01-22 14:19:45 0 [Note] InnoDB: Uses event mutexes
2021-01-22 14:19:45 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-01-22 14:19:45 0 [Note] InnoDB: Number of pools: 1
2021-01-22 14:19:45 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-01-22 14:19:45 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-01-22 14:19:45 0 [Note] InnoDB: Completed initialization of buffer pool
2021-01-22 14:19:45 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-01-22 14:19:45 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-01-22 14:19:45 0 [Note] InnoDB: Setting file 'C:\xampp7.4\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-01-22 14:19:45 0 [Note] InnoDB: File 'C:\xampp7.4\mysql\data\ibtmp1' size is now 12 MB.
2021-01-22 14:19:45 0 [Note] InnoDB: Waiting for purge to start
2021-01-22 14:19:45 0 [Note] InnoDB: 10.4.14 started; log sequence number 3780062; transaction id 1658
2021-01-22 14:19:45 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp7.4\mysql\data\ib_buffer_pool
2021-01-22 14:19:45 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-01-22 14:19:45 0 [Note] Server socket created on IP: '::'.
2021-01-22 14:19:46 7 [Note] Reading Master_info: 'master-2020#002d12#002d28#002010#003a58#003a14#00200#0020#005bnote#005d#0020reading#0020of#0020all#0020master_info#0020entries#0020succeeded#000d.info' Relay_info:'relay-log-2020#002d12#002d28#002010#003a58#003a14#00200#0020#005bnote#005d#0020reading#0020of#0020all#0020master_info#0020entries#0020succeeded#000d.info'
2021-01-22 14:19:46 0 [Note] InnoDB: Buffer pool(s) load completed at 210122 14:19:46
2021-01-22 14:19:46 7 [Warning] Neither --relay-log nor --relay-log-index were used; so replication may break when this MySQL server acts as a slave and has his hostname changed!! Please use '--log-basename=#' or '--relay-log=mysql-relay-bin' to avoid this problem.
2021-01-22 14:19:46 7 [Note] Initialized Master_info from 'master-2020#002d12#002d28#002010#003a58#003a14#00200#0020#005bnote#005d#0020reading#0020of#0020all#0020master_info#0020entries#0020succeeded#000d.info'
2021-01-22 14:19:46 7 [Note] Added new Master_info '2020-12-28 10:58:14 0 [Note] Reading of all Master_info entries succeeded
' to hash table
2021-01-22 14:19:46 8 [Note] Master '2020-12-28 10:58:14 0 [Note] Reading of all Master_info entries succeeded
': Slave I/O thread: Start asynchronous replication to master '#:3306' in log '' at position 4
2021-01-22 14:19:46 7 [Note] Started replication for '2020-12-28 10:58:14 0 [Note] Reading of all Master_info entries succeeded
'
2021-01-22 14:19:46 9 [Note] Master '2020-12-28 10:58:14 0 [Note] Reading of all Master_info entries succeeded
': Slave SQL thread initialized, starting replication in log 'FIRST' at position 0, relay log '.\mysql-relay-bin-2020#002d12#002d28#002010#003a58#003a14#00200#0020#005bnote#005d#0020reading#0020of#0020all#0020master_info#0020entries#0020succeeded#000d.000001' position: 4
2021-01-22 14:19:46 8 [ERROR] Master '2020-12-28 10:58:14 0 [Note] Reading of all Master_info entries succeeded
': Slave I/O: Fatal error: Invalid (empty) username when attempting to connect to the master server. Connection attempt terminated. Internal MariaDB error code: 1593
2021-01-22 14:19:46 7 [Note] Reading Master_info: 'master-2020#002d12#002d28#002010#003a58#003a14#00200#0020#005bnote#005d#0020added#0020new#0020master_info#0020#0027#0027#0020to#0020hash#0020table#000d.info' Relay_info:'relay-log-2020#002d12#002d28#002010#003a58#003a14#00200#0020#005bnote#005d#0020added#0020new#0020master_info#0020#0027#0027#0020to#0020hash#0020table#000d.info'
2021-01-22 14:19:46 8 [Note] Master '2020-12-28 10:58:14 0 [Note] Reading of all Master_info entries succeeded
': Slave I/O thread killed while connecting to master
2021-01-22 14:19:46 8 [Note] Master '2020-12-28 10:58:14 0 [Note] Reading of all Master_info entries succeeded
': Slave I/O thread exiting, read up to log 'FIRST', position 4
2021-01-22 14:19:46 7 [ERROR] Failed to open the relay log '.\mysql-relay-bin-2020#002d12#002d28#002010#003a58#003a14#00200#0020#005bnote#005d#0020added#0020new#0020master_info#0020#0027#0027#0020to#0020hash#0020table#000d.000001' (relay_log_pos 4)
2021-01-22 14:19:46 7 [ERROR] Could not find target log during relay log initialization
2021-01-22 14:19:46 7 [ERROR] Initialized Master_info from 'master-2020#002d12#002d28#002010#003a58#003a14#00200#0020#005bnote#005d#0020added#0020new#0020master_info#0020#0027#0027#0020to#0020hash#0020table#000d.info' failed
2021-01-22 14:19:46 7 [Note] Added new Master_info '2020-12-28 10:58:14 0 [Note] Added new Master_info '' to hash table
' to hash table
2021-01-22 14:19:46 7 [Note] Reading Master_info: 'master-2020#002d12#002d28#002010#003a58#003a14#00200#0020#005bnote#005d#0020c#003a#005cxampp7#002e4#005cmysql#005cbin#005cmysqld#002eexe#003a#0020ready#0020for#0020connections#002e#000d.info' Relay_info:'relay-log-2020#002d12#002d28#002010#003a58#003a14#00200#0020#005bnote#005d#0020c#003a#005cxampp7#002e4#005cmysql#005cbin#005cmysqld#002eexe#003a#0020ready#0020for#0020connections#002e#000d.info'
2021-01-22 14:19:46 7 [Note] Initialized Master_info from 'master-2020#002d12#002d28#002010#003a58#003a14#00200#0020#005bnote#005d#0020c#003a#005cxampp7#002e4#005cmysql#005cbin#005cmysqld#002eexe#003a#0020ready#0020for#0020connections#002e#000d.info'
2021-01-22 14:19:46 7 [Note] Added new Master_info '2020-12-28 10:58:14 0 [Note] c:\xampp7.4\mysql\bin\mysqld.exe: ready for connections.
' to hash table
2021-01-22 14:19:46 10 [Note] Master '2020-12-28 10:58:14 0 [Note] c:\xampp7.4\mysql\bin\mysqld.exe: ready for connections.
': Slave I/O thread: Start asynchronous replication to master '#:3306' in log '' at position 4
2021-01-22 14:19:46 7 [Note] Started replication for '2020-12-28 10:58:14 0 [Note] c:\xampp7.4\mysql\bin\mysqld.exe: ready for connections.
'
2021-01-22 14:19:46 11 [Note] Master '2020-12-28 10:58:14 0 [Note] c:\xampp7.4\mysql\bin\mysqld.exe: ready for connections.
': Slave SQL thread initialized, starting replication in log 'FIRST' at position 0, relay log '.\mysql-relay-bin-2020#002d12#002d28#002010#003a58#003a14#00200#0020#005bnote#005d#0020c#003a#005cxampp7#002e4#005cmysql#005cbin#005cmysqld#002eexe#003a#0020ready#0020for#0020connections#002e#000d.000001' position: 4
2021-01-22 14:19:46 10 [ERROR] Master '2020-12-28 10:58:14 0 [Note] c:\xampp7.4\mysql\bin\mysqld.exe: ready for connections.
': Slave I/O: Fatal error: Invalid (empty) username when attempting to connect to the master server. Connection attempt terminated. Internal MariaDB error code: 1593
2021-01-22 14:19:46 7 [Note] Reading Master_info: 'master-version#003a#0020#002710#002e4#002e14#002dmariadb#0027#0020#0020socket#003a#0020#0027#0027#0020#0020port#003a#00203306#0020#0020mariadb#002eorg#0020binary#0020distribution#000d.info' Relay_info:'relay-log-version#003a#0020#002710#002e4#002e14#002dmariadb#0027#0020#0020socket#003a#0020#0027#0027#0020#0020port#003a#00203306#0020#0020mariadb#002eorg#0020binary#0020distribution#000d.info'
2021-01-22 14:19:46 10 [Note] Master '2020-12-28 10:58:14 0 [Note] c:\xampp7.4\mysql\bin\mysqld.exe: ready for connections.
': Slave I/O thread killed while connecting to master
2021-01-22 14:19:46 10 [Note] Master '2020-12-28 10:58:14 0 [Note] c:\xampp7.4\mysql\bin\mysqld.exe: ready for connections.
': Slave I/O thread exiting, read up to log 'FIRST', position 4
2021-01-22 14:19:47 7 [ERROR] log .\mysql-relay-bin-version#003a#0020#002710#002e4#002e14#002dmariadb#0027#0020#0020socket#003a#0020#0027#0027#0020.4.14-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
': Slave I/O thread: Start asynchronous replication to master '#:3306' in log '' at position 4
listed in the index, but failed to stat
2021-01-22 14:19:47 7 [ERROR] Error counting relay log space
2021-01-22 14:19:47 7 [ERROR] Initialized Master_info from 'master-version#003a#0020#002710#002e4#002e14#002dmariadb#0027#0020#0020socket#003a#0020#0027#0027#0020#0020port#003a#00203306#0020#0020mariadb#002eorg#0020binary#0020distribution#000d.info' failed
2021-01-22 14:19:47 7 [Note] Added new Master_info 'Version: '10.4.14-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
' to hash table
2021-01-22 14:19:47 0 [Warning] Reading of some Master_info entries failed
2021-01-22 14:19:47 0 [ERROR] Failed to initialize multi master structures
2021-01-22 14:19:47 0 [ERROR] Aborting
Warning: Memory not freed: 16864

Related

Mysql is shuts down unexpectedly on Xampp

this is my issue please help me to solve this problem ...
6:25:59 AM [mysql] Error: MySQL shutdown unexpectedly.
6:25:59 AM [mysql] This may be due to a blocked port, missing dependencies,
6:25:59 AM [mysql] improper privileges, a crash, or a shutdown by another method.
6:25:59 AM [mysql] Press the Logs button to view error logs and check
6:25:59 AM [mysql] the Windows Event Viewer for more clues
6:25:59 AM [mysql] If you need more help, copy and post this
6:25:59 AM [mysql] entire log window on the forums
in the error log file is show me this .....
InnoDB: using atomic writes.
2021-05-03 6:25:51 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-05-03 6:25:51 0 [Note] InnoDB: Uses event mutexes
2021-05-03 6:25:51 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-05-03 6:25:51 0 [Note] InnoDB: Number of pools: 1
2021-05-03 6:25:51 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-05-03 6:25:51 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk
size = 16M
2021-05-03 6:25:51 0 [Note] InnoDB: Completed initialization of buffer pool
2021-05-03 6:25:51 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-05-03 6:25:51 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-05-03 6:25:51 0 [Note] InnoDB: Setting file 'C:\xamppnew\mysql\data\ibtmp1' size to 12 MB.
Physically writing the file full; Please wait ...
2021-05-03 6:25:51 0 [Note] InnoDB: File 'C:\xamppnew\mysql\data\ibtmp1' size is now 12 MB.
2021-05-03 6:25:51 0 [Note] InnoDB: Waiting for purge to start
2021-05-03 6:25:51 0 [Note] InnoDB: 10.4.16 started; log sequence number 47090; transaction id 8
2021-05-03 6:25:51 0 [Note] InnoDB: Loading buffer pool(s) from
C:\xamppnew\mysql\data\ib_buffer_pool
2021-05-03 6:25:51 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-05-03 6:25:51 0 [Note] InnoDB: Buffer pool(s) load completed at 210503 6:25:51
2021-05-03 6:25:51 0 [Note] Server socket created on IP: '::'.
I believe there is a duplicate for this question.
Please refer to the link below as there is answer available for it.
MySql shuts down unexpectedly

How can I debug a MySQL error "MySQL shutdown unexpectedly" in XAMPP

I am trying to run the MySQL server through XAMPP for connection with php and every time, I try to do so, this error is being shown. I have tried everything from reinstalling to changing port address but this still didn't work. How can I solve this error?
Error
Error: MySQL shutdown unexpectedly.
12:15:26 [mysql] This may be due to a blocked port, missing dependencies,
12:15:26 [mysql] improper privileges, a crash, or a shutdown by another method.
12:15:26 [mysql] Press the Logs button to view error logs and check
12:15:26 [mysql] the Windows Event Viewer for more clues
12:15:26 [mysql] If you need more help, copy and post this
12:15:26 [mysql] entire log window on the forums\
Error log :
2020-06-06 12:13:59 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-06-06 12:13:59 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2020-06-06 12:13:59 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-06-06 12:13:59 0 [Note] InnoDB: Setting file 'C:\XamppReintalled\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-06-06 12:13:59 0 [Note] InnoDB: File 'C:\XamppReintalled\mysql\data\ibtmp1' size is now 12 MB.
2020-06-06 12:13:59 0 [Note] InnoDB: 10.3.15 started; log sequence number 1804856; transaction id 209
2020-06-06 12:13:59 0 [Note] InnoDB: Loading buffer pool(s) from C:\XamppReintalled\mysql\data\ib_buffer_pool
2020-06-06 12:13:59 0 [Note] InnoDB: Buffer pool(s) load completed at 200606 12:13:59
2020-06-06 12:13:59 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-06-06 12:13:59 0 [Note] Server socket created on IP: '::'.
2020-06-06 12:13:59 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 10048: Only one usage of each socket address (protocol/network address/port) is normally permitted.
2020-06-06 12:13:59 0 [ERROR] Do you already have another mysqld server running on port: 3308 ?
2020-06-06 12:13:59 0 [ERROR] Aborting

My XAMPP server has stopped working in the middle of my project

My xampp server has stopped working in the middle of my project, I have no clue what has caused this or how to fix it. All help would be very appreciated im just a starter in the IT-world. Thank you!
enter code here
10:17:32 [mysql] Status change detected: stopped
10:17:32 [mysql] Error: MySQL shutdown unexpectedly.
10:17:32 [mysql] This may be due to a blocked port, missing dependencies,
10:17:32 [mysql] improper privileges, a crash, or a shutdown by another
method.
10:17:32 [mysql] Press the Logs button to view error logs and check
10:17:32 [mysql] the Windows Event Viewer for more clues
10:17:32 [mysql] If you need more help, copy and post this
10:17:32 [mysql] entire log window on the forums
This is the event viewer.
2020-04-27 11:32:21 0 [Note] InnoDB: Mutexes and rw_locks use Windows
interlocked functions
2020-04-27 11:32:21 0 [Note] InnoDB: Uses event mutexes
2020-04-27 11:32:21 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-04-27 11:32:21 0 [Note] InnoDB: Number of pools: 1
2020-04-27 11:32:21 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-04-27 11:32:21 0 [Note] InnoDB: Initializing buffer pool, total size =
16M, instances = 1, chunk size = 16M
2020-04-27 11:32:21 0 [Note] InnoDB: Completed initialization of buffer pool
2020-04-27 11:32:21 0 [Note] InnoDB: 128 out of 128 rollback segments are
active.
2020-04-27 11:32:21 0 [Note] InnoDB: Creating shared tablespace for temporary
tables
2020-04-27 11:32:21 0 [Note] InnoDB: Setting file
'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full;
Please wait ...
2020-04-27 11:32:21 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size
is now 12 MB.
2020-04-27 11:32:21 0 [Note] InnoDB: Waiting for purge to start
2020-04-27 11:32:21 0 [Note] InnoDB: 10.4.11 started; log sequence number
47082; transaction id 9
2020-04-27 11:32:21 0 [Note] InnoDB: Loading buffer pool(s) from
C:\xampp\mysql\data\ib_buffer_pool
2020-04-27 11:32:21 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-04-27 11:32:21 0 [Note] InnoDB: Buffer pool(s) load completed at 200427
11:32:21
2020-04-27 11:32:21 0 [Note] Server socket created on IP: '::'.

MySQL session won't start on XAMPP

My MySQL won't start and it shows like this:
12:50:50 [mysql] Error: MySQL shutdown unexpectedly.
12:50:50 [mysql] This may be due to a blocked port, missing dependencies,
12:50:50 [mysql] improper privileges, a crash, or a shutdown by another method.
12:50:50 [mysql] Press the Logs button to view error logs and check
12:50:50 [mysql] the Windows Event Viewer for more clues
12:50:50 [mysql] If you need more help, copy and post this
12:50:50 [mysql] entire log window on the forums
and then this is the error logs:
InnoDB: using atomic writes.
2020-03-05 12:50:47 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-03-05 12:50:47 0 [Note] InnoDB: Uses event mutexes
2020-03-05 12:50:47 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-03-05 12:50:47 0 [Note] InnoDB: Number of pools: 1
2020-03-05 12:50:47 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-03-05 12:50:47 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-03-05 12:50:47 0 [Note] InnoDB: Completed initialization of buffer pool
2020-03-05 12:50:48 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-03-05 12:50:48 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-03-05 12:50:48 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-03-05 12:50:48 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2020-03-05 12:50:48 0 [Note] InnoDB: Waiting for purge to start
2020-03-05 12:50:48 0 [Note] InnoDB: 10.4.11 started; log sequence number 300306; transaction id 171
2020-03-05 12:50:48 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2020-03-05 12:50:48 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-03-05 12:50:48 0 [Note] InnoDB: Buffer pool(s) load completed at 200305 12:50:48
2020-03-05 12:50:48 0 [Note] Server socket created on IP: '::'.
2020-03-05 12:50:48 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 10048: Only one usage of each socket address (protocol/network address/port) is normally permitted.
2020-03-05 12:50:48 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2020-03-05 12:50:48 0 [ERROR] Aborting
What is the cause of these errors and how can I rectify them?
for this issue go to:
c:\xampp\mysql\data\
and delete ALL FILES except DIRECTORIES.
just in case keep my.ini, if you got error again delete my.ini too.
Very Very Easy
Open xampp > mysql > backup copy everything from backup folder and paste everything in data folder copied from backup folder
Restart xampp and start all.Thanks.

I can't run xampp - MySQL shutdown unexpectedly

I have two version of xampp in my Laptop version 7(good and working) and xampp that not working v5.6.28. I tried a lot of tweaks, I changed the port mysql.ini, httpd, etc. Deleting not important files in mysql data. Can anyone please help me this problem.
2015-11-10 15:26:56 10fc 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-11-10 15:26:56 4348 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2015-11-10 15:26:56 4348 [Note] InnoDB: The InnoDB memory heap is disabled
2015-11-10 15:26:56 4348 [Note] InnoDB: Mutexes and rw_locks use Windows
interlocked functions
2015-11-10 15:26:56 4348 [Note] InnoDB: Memory barrier is not used
2015-11-10 15:26:56 4348 [Note] InnoDB: Compressed tables use zlib 1.2.3
2015-11-10 15:26:56 4348 [Note] InnoDB: Not using CPU crc32 instructions
2015-11-10 15:26:56 4348 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2015-11-10 15:26:56 4348 [Note] InnoDB: Completed initialization of buffer pool
2015-11-10 15:26:56 4348 [Note] InnoDB: Highest supported file format is Barracuda.
2015-11-10 15:26:57 4348 [Note] InnoDB: 128 rollback segment(s) are active.
2015-11-10 15:26:57 4348 [Note] InnoDB: Waiting for purge to start
2015-11-10 15:26:57 4348 [Note] InnoDB: Percona XtraDB
(http://www.percona.com) 5.6.26-74.0 started; log sequence number 1835027
2015-11-10 15:26:57 6140 [Note] InnoDB: Dumping buffer pool(s) not yet started
2015-11-10 15:26:57 4348 [Note] Plugin 'FEEDBACK' is disabled.
2015-11-10 15:26:57 4348 [Note] Server socket created on IP: '::'.
2015-11-10 15:26:57 4348 [Note] Event Scheduler: Loaded 0 events
2015-11-10 15:26:57 4348 [Note] C:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '10.1.8-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
2015-11-10 15:27:11 5152 [Note] C:\xampp\mysql\bin\mysqld.exe: Normal shutdown
2015-11-10 15:27:11 5152 [Note] Event Scheduler: Purging the queue. 0 events
2015-11-10 15:27:11 5732 [Note] InnoDB: FTS optimize thread exiting.
2015-11-10 15:27:11 5152 [Note] InnoDB: Starting shutdown...
2015-11-10 15:27:13 5152 [Note] InnoDB: Shutdown completed; log sequence number 1835037
2015-11-10 15:27:13 5152 [Note] C:\xampp\mysql\bin\mysqld.exe: Shutdown complete
Sometimes it stacked up at "attempting to start mysql app..." and sometimes this error occur.
Error: MySQL shutdown unexpectedly.
2:43:47 PM [mysql] This may be due to a blocked port, missing dependencies,
2:43:47 PM [mysql] improper privileges, a crash, or a shutdown by another method.
2:43:47 PM [mysql] Press the Logs button to view error logs and check
2:43:47 PM [mysql] the Windows Event Viewer for more clues
2:43:47 PM [mysql] If you need more help, copy and post this
2:43:47 PM [mysql] entire log window on the forums
you can use wamp server it`s alternative of xampp and you can run both php 5.6 and php7
in new version
http://www.wampserver.com/en/

Categories