MySQL Forums
Forum List  »  MyISAM

Re: Question about running a mysql raid server
Posted by: Ingo Strüwing
Date: June 01, 2005 01:57AM

Still not sure what you mean and what raid has to do with it, but I'll try an answer:

If you want to run the webserver on a different host than the MySQL database, then it is possible. You just need to specify the (MySQL-)host (and the port if it is non-standard) with the connect (from the webserver).

You may need to add GRANTs for your database(s) or table(s) so that they are accessible from the (webserver-)user@webserver.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Question about running a mysql raid server
2518
June 01, 2005 01:57AM


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.