Quantcast
Channel: MySQL Forums - InnoDB
Viewing all articles
Browse latest Browse all 1957

Cannot open MySQL database (1 reply)

$
0
0
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: '::'.

Viewing all articles
Browse latest Browse all 1957

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>