Topic: mysql server not running

What is wrong with MySQL (Server)

Mowes portable III on USB



I get the http://localhost/ screen

I can go yo phpMyAdmin and it shows the database.

But when I try to go to my /genealogy/admin/setup.php and do a diagnostics I get this error

MySQL version:
(TNG requires 4.0.1 or higher.)  MySQL mysqlnd 5.0.5-dev - 081106 - $Revision: 1.3.2.27 $ (client) Green running

MySQL (server) RED Not running

Webserver:      Apache/2.2.11 (Win32) PHP/5.3.0 Green running

My config.php setting:

$rootpath = getenv("DOCUMENT_ROOT")."/genealogy/";
$homepage = "index.php";
$tngdomain = "F://www/genealogy/";
$sitename = "Murray - Gill Families Genealogy";

I tried different variations of ($tngdomain smile but still have problem.

When I try to go to a page in my genealogy folder I get this error:

Cannot open F:/www/localhost/genealogy/genlog.txt

Last edited by JackM85 (2010-01-26 17:38:20)

Re: mysql server not running

what does the log file in mysql\data say?

Re: mysql server not running

In the F:\mysql\data\name.err

100126 13:43:22  InnoDB: Started; log sequence number 0 1402859
100126 13:43:24 [Note] Event Scheduler: Loaded 0 events
100126 13:43:24 [Note] F:\mysql\bin\mysqld-nt.exe: ready for connections.
Version: '5.1.35-community'  socket: ''  port: 3306  MySQL Community Server (GPL)

Name = my computer name.

Last edited by JackM85 (2010-01-26 20:53:29)

Re: mysql server not running

well that basically means that MySQL is doing fine.... did you check the task manager under processes if mysqld-nt.exe is running??

and try $tngdomain = "F:/www/genealogy/"; as well as $tngdomain = "F:\www\genealogy\";

Re: mysql server not running

Now I get this error when I try to go to my index.php page:

Cannot open F:/www/localhost/genealogy/genlog.txt