MySQL Forums
Forum List  »  InnoDB

Cannot open MySQL database
Posted by: Ray Cacciatore
Date: February 28, 2016 12:39AM

I have a c# application that opens a MySQL database. For some reason, when I look at the errorlog.txt file I see all the lines that show the connection progress but it stops at the line that says "Server socket created on IP: '::'." It seems to time-out after about 10 seconds but I can't figure out why. Can someone tell me or give me some possible reasons.

Here is the entire log:

2016-02-28 01:26:35 16984 [Note] Plugin 'ARCHIVE' is disabled.
2016-02-28 01:26:35 16984 [Note] Plugin 'BLACKHOLE' is disabled.
2016-02-28 01:26:35 16984 [Note] Plugin 'FEDERATED' is disabled.
2016-02-28 01:26:35 16984 [Note] Plugin 'partition' is disabled.
2016-02-28 01:26:35 16984 [Note] InnoDB: The InnoDB memory heap is disabled
2016-02-28 01:26:35 16984 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2016-02-28 01:26:35 16984 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-02-28 01:26:35 16984 [Note] InnoDB: CPU does not support crc32 instructions
2016-02-28 01:26:35 16984 [Note] InnoDB: Initializing buffer pool, size = 56.0M
2016-02-28 01:26:35 16984 [Note] InnoDB: Completed initialization of buffer pool
2016-02-28 01:26:35 16984 [Note] InnoDB: Setting log file .\ib_logfile101 size to 2 MB
2016-02-28 01:26:35 16984 [Note] InnoDB: Setting log file .\ib_logfile1 size to 2 MB
2016-02-28 01:26:35 16984 [Note] InnoDB: Renaming log file .\ib_logfile101 to .\ib_logfile0
2016-02-28 01:26:35 16984 [Warning] InnoDB: New log files created, LSN=632962426
2016-02-28 01:26:35 16984 [Note] InnoDB: Highest supported file format is Barracuda.
2016-02-28 01:26:35 16984 [Note] InnoDB: 128 rollback segment(s) are active.
2016-02-28 01:26:35 16984 [Note] InnoDB: Waiting for purge to start
2016-02-28 01:26:35 16984 [Note] InnoDB: 1.2.10 started; log sequence number 632962572
2016-02-28 01:26:35 16984 [Note] RSA private key file not found: C:\Data\LA FABRIQUE ARHOMA INC..SAJ\\private_key.pem. Some authentication plugins will not work.
2016-02-28 01:26:35 16984 [Note] Server hostname (bind-address): '*'; port: 13540
2016-02-28 01:26:35 16984 [Note] IPv6 is available.
2016-02-28 01:26:35 16984 [Note] - '::' resolves to '::';
2016-02-28 01:26:35 16984 [Note] Server socket created on IP: '::'.

Options: ReplyQuote


Subject
Views
Written By
Posted
Cannot open MySQL database
1736
February 28, 2016 12:39AM
676
February 28, 2016 03:58PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.