You don't need a web server to access a MySQL database; just open port 3306 (or whatever port you use) to the world (after making sure you have the permissions right!). You can then use any MySQL client program to access it, specifying the host address at connection time.
could you give me an example of a link using that port...
i need to have a link because i want to insert some data using xslt to a mysql database, and it looks like the document() function will help me having the url inside
I don't know of any direct way to access a MySQL database using http, but one possibility might be to write a little CGI program that will take SQL code as a URL argument, and process it, returning data if required. For example, something like:
[tt]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.