MySQL Forums
Forum List  »  Newbie

Re: setting up a database server
Posted by: Andrew Gilfrin
Date: July 21, 2005 01:10AM

You don't really need to do anything other than have access from one PC to the other via a network of some sort.

When you connect to MySQL all you need to do is change the host name in the connection from localhost to the name of the server you wish to connect to.

Depending on how your users are set up you may encounter problems logging on as the root user may be explicitly assigned to the localhost. In that case just create a new user.

Andrew Gilfrin
------------------
http://gilfster.blogspot.com
My MySQL related Blog

http://www.mysqldevelopment.com
MySQL Stored Procedure,Trigger, View.... (Just about most things these days) Information

Options: ReplyQuote


Subject
Written By
Posted
Re: setting up a database server
July 21, 2005 01:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.