From: Michael Widenius Date: April 19 1999 10:15pm Subject: Reading the logfile List-Archive: http://lists.mysql.com/mysql/2089 Message-Id: <14107.43664.321991.270818@monty.pp.sci.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit >>>>> "Vincent" == Vincent Stoessel writes: Vincent> I looking through my log file and I see this line Vincent> I know the the number refers to the process ID Vincent> but what does INIT DB do? Create a temp table? Vincent> Thanks. Vincent> 13494 Init DB dbname Hi! The above means that the client did executa a 'mysql_select_db()' call. Regards, Monty