<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello to everyone!<br>
<br>
i have a problem in implementing the example i found in
<a class="moz-txt-link-freetext" href="http://mapserver.gis.umn.edu/docs/howto/ogrmysql">http://mapserver.gis.umn.edu/docs/howto/ogrmysql</a>.<br>
I want to project some points on the map.<br>
I have created the .ovf file and the database i want to access with
some appropriate data.<br>
I have also created a user and granted it with all privileges.<br>
(GRANT ALL ON 'dbase_name'.* to 'user'@localhost identified by
'password');<br>
<br>
When i use command prompt to connect to mysql with ogrinfo.exe
everything goes fine!<br>
(ogrinfo.exe -al
MYSQL:my_db,user='user',password='password',host=localhost,port=3306,tables=points;).<br>
The results i get are information about the table contained in database
and the contents of the selected table.<br>
<br>
Next i run  ogrinfo.exe -al /path/to/ovf_file.ovf   and again i get the
result i expected..<br>
(except from the warning <br>
"ERROR 4: Update access not supported fow VRT datasources<br>
Had to open data source in read-only" which is fine according to the
example!).<br>
<br>
But when i use the .ovf file through the .map file ,and after a few
seconds,i get the message :<br>
<br>
<h1><i>Internal Server Error</i></h1>
<p><i>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</i></p>
<p><i>Please contact the server administrator, <a class="moz-txt-link-abbreviated" href="mailto:admin@local.domain">admin@local.domain</a> and
inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</i></p>
<p><i>More information about this error may be available
in the server error log.</i><br>
</p>
<p><br>
</p>
<p>Can anyone help me becuse i'm stuck with this.<br>
Is it preferable to access mysql with php\mapscript instead?</p>
<p>And if yes,is there any informative tutorial???<br>
</p>
<p>Thank you in advance!<br>
Nikos Papadakis.<br>
</p>
<br>
<br>
</body>
</html>