Comments - Installing MariaDB Windows ZIP Packages

10 years, 9 months ago Cristofer Wolz-Romberger

I'm having troubles with this. When I run this (Version 5.5.33, win64), it starts, outputs a bunch of responses, then seems to freeze. The response text I get is:

131009 (TS) InnoDB: THe InnoDB memory heap is disabled
131009 (TS) InnoDB: Mutexes and rw_locks use Windows interlock functions
131009 (TS) InnoDB: Compressed tables use zlib 1.2.3
131009 (TS) InnoDB: Initializing buffer pool, size=128.0M
131009 (TS) InnoDB: Completed initialization of buffer pool
InnoDB: the first specified data file .\ibdata1 did not exist:
InnoDB:  a new database to be created!
131009 (TS) InnoDB: setting file .\ibdata1 size to 10MB
InnoDB:  Database physically writes the file full: wait...
131009 (TS) InnoDB: Lof file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 5MB
InnoDB: Database physically writes the full file: wait...
.\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 5MB
InnoDB: Database physically writes the full file: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: 127 rollback segment(s) active.
InnoDB: Creating foreign key constraint tables
InnoDB: Foreign key constraint system tables created
131009 (TS) InnoDB: Waiting for background threads to start
131009 (TS) percona XtraDB (http://www.percona.com) 5.5.33a-MariaDB-31.1 started; log sequence number 0
131009 (TS) [Note] Plugin 'FEEDBACK" is disabled.
131009 (TS) [Note] Server socket created on IP: '::'.
131009 (TS) [Note] Event Scheduler: Loaded 0 events
131009 (TS) [Note]  bin\mysqld: ready for connections.
Version: '5.5.33a-MariaDB' socket: '' port 3306 mariadb.org binary distribution.

It looks like everything worked, but I never get a new prompt, and nothing else happens either. Also, the task manager shows mysqld running.

(OS info: Windows 7 on a laptop. If you need more, ask: I'm new to troubleshooting)

PS: is there any way to get line breaks without a double-linebreak? As mentioned: I'm new to this.

 
10 years, 9 months ago Elena Stepanova

Regarding the markup, when you are creating a comment, you can see a link to the syntax page at the bottom of the screen. It might help.

 
10 years, 9 months ago Elena Stepanova

The output looks good.

You are not supposed to get a new prompt in the same screen. This is your server error output. It isn't frozen, it just printed everything about startup and has nothing more to say since there are no errors.

To start working with your running server, you need to open another command prompt and run the client program mysql.exe.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.