Hi, like the title says, How can i find out my mysql servername?
W wilbso New Member Messages 9 Reaction score 0 Points 0 Jul 2, 2012 #1 Hi, like the title says, How can i find out my mysql servername?
descalzo Grim Squeaker Community Support Messages 9,373 Reaction score 326 Points 83 Jul 2, 2012 #3 Server name: localhost
W wilbso New Member Messages 9 Reaction score 0 Points 0 Jul 2, 2012 #4 descalzo said: Server name: localhost Click to expand... Hi there Whats a localhost?
descalzo Grim Squeaker Community Support Messages 9,373 Reaction score 326 Points 83 Jul 2, 2012 #5 It is the name of your MySQL server.
jensen Active Member Messages 1,168 Reaction score 22 Points 38 Jul 4, 2012 #6 Have you got your MySQL server name problem solved? Were you trying to install a database? Share with us your URL when you're done
Have you got your MySQL server name problem solved? Were you trying to install a database? Share with us your URL when you're done
essellar Community Advocate Community Support Messages 3,295 Reaction score 227 Points 63 Jul 4, 2012 #7 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.
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.