[wplug] SQL on FreeBSD?

Tom Rhodes trhodes at FreeBSD.org
Mon May 29 07:37:59 EDT 2006


On Sun, 28 May 2006 23:59:57 -0400
Duncan Hutty <dhutty+wplug at ece.cmu.edu> wrote:

[SNIP]: other conversation.

# cd /usr/ports/databases/mysql41-server && make install clean
# /usr/local/etc/rc.d/mysqld (or server) forcestart
# echo 'mysqld_enable="YES"' >> /etc/rc.conf (avoids forcestart)
# mysql -u root -p

Enter password for root:
<ENTER>
mysql>

You're done.  There is, by default, no password for root.  You
need to go in, using either the command above or just "mysql"
and alter the password there.

-- 
Tom Rhodes


More information about the wplug mailing list