mysql/my.pwd

Mon, 15 Oct 2012 21:23:58 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 15 Oct 2012 21:23:58 +0200
changeset 742
36814bf43709
permissions
-rw-r--r--

Update to new vendor version, disable flawed dtrace(1) logic, and remove
external dependency to v8 by leveraging the mitgelieferte provided v8
implementation. Seems that v8 is a project that distributes no versioned
code, very yucky.

michael@527 1 ##
michael@527 2 ## my.pwd -- MySQL configuration (administrator password only)
michael@527 3 ##
michael@527 4
michael@527 5 [mysqladmin]
michael@527 6 user = root
michael@527 7 password =
michael@527 8

mercurial