From owner-freebsd-questions@FreeBSD.ORG Tue Nov 25 18:16:49 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C06811065676 for ; Tue, 25 Nov 2008 18:16:49 +0000 (UTC) (envelope-from valentin.bud@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 587F08FC13 for ; Tue, 25 Nov 2008 18:16:49 +0000 (UTC) (envelope-from valentin.bud@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so41643nfh.33 for ; Tue, 25 Nov 2008 10:16:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=JU+E9mum9rdJs+iIO2XQksKGwmn2sf1EjGOHQ3ON6Z0=; b=LuPe99JZZi1WpRZYxQqTzgJCoavtvgkBUG6E8Y+GoLXUh1qWxVWbIoULxPWzJcXsfK iJ6H14jk7TjbjWQCZ2TWk9LCozT+VwaDlVsTEB4sXNXEfPBFEzyGA+pIApl6Lfsl9GCF TRf+Cf7A0RCdkUUdZLDCNFBkC+1w2o2hyAhww= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=JOX7G8rm0z4gfL+jkfRVlygeN+pN6cexhdHQQV42Y1/VoiDLT8G97NCWuTDz5Q0fbI pWysWrwx6EGiKoRYCauHkLJncYj4chVIDh6i/BPeW+wxQpZk/lH5gR9+WA5ZpnHQ0Jvo +KXbmFv56T5oZZTGfbQAlndHZzg8L/Vfc8esw= Received: by 10.210.136.10 with SMTP id j10mr4995375ebd.188.1227637008171; Tue, 25 Nov 2008 10:16:48 -0800 (PST) Received: by 10.210.117.7 with HTTP; Tue, 25 Nov 2008 10:16:48 -0800 (PST) Message-ID: <139b44430811251016l550bc192ue1000c0a09f760a4@mail.gmail.com> Date: Tue, 25 Nov 2008 20:16:48 +0200 From: "Valentin Bud" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: mysqld_multi missing after mysql50-server install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2008 18:16:49 -0000 Hello list, I have just installed mysql50-server from ports. I need to start 2 instances of mysqld. I have searched on dev.mysql.com how can I accomplish that and there are 2 methods either using mysqld_multi or mysqlmanager. After reading a little on mysql.com i decided i want to go on mysqld_multi way because mysqlmanager will be removed in 6.0 and i want to use this 2 instances quite some time from now on. The only problem is that i couldn't find neither of them (mysqld_multi or mysqlmanager) after installing mysql50-server. My system is FreeBSD 7.0-RELEASE-p5 amd64. I did some digging and extracted the sources chnage dir to the sources dir and ./configure --help to see the available options. Found an options name --with-mysqlmanager. Went back to add this option to the Makefile (CONFIGURE_ARGS section) reinstalled mysql50-server but again the mysqlmanager program/script is missing. Am i missing something? And i found in /usr/local/share/mysql a script called mysqld_multi.server which doesn't run saying: "Can't execute /usr/local/mysql/bin/mysqld_multi from dir /usr/local/mysql". Check to see if there is a dir called /usr/local/mysql but there isn't one. I even did a find / -name "mysqld_multi" without no success. So can someone point me in the right direction please. thanks and a great day, v