Re: How can i find out my mysql servername?
The server name is "localhost". Period. There is no remote MySQL access; it can only be accessed as "localhost" from your web site. If you need external access to the data, you will have to write an HTTP API layer in PHP.
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)