Having MySQL Server and databases on different computers

2003-07-02 Thread Aleksandr Zingorenko

I am wondering if it is possible to run MySQL Server on one computer on a 
LAN, but have all the databases be stored on another computer on that LAN 
(such that the other machine is like a data repository that the MySQL 
server machine can access when needed without having to store any of the 
data in itself).  In the case this is not possible, what operation can 
achieve something that is closest to what I have described?  Thank you 
very much in advance.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable

2003-07-02 Thread Aleksandr Zingorenko
In general, you can simply search for the location of mysqld (perhaps using
a utility like find).  Once you find the file, make sure that it has execute
permissions.  Then, run mysqld_safe from the directory containing mysqld, as
the error message suggests.

- Original Message - 
From: harsh [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, July 02, 2003 2:41 PM
Subject: Re: The file /usr/local/mysql/libexec/mysqld doesn't exist or is
not executable



 I found that file in /usr/libexec/mysqld hope that helps

 --

 harsh
 http://www.cse.iitb.ac.in/~harsh
 --


 On Wed, 2 Jul 2003 [EMAIL PROTECTED] wrote:

  Hi,
 
  I got the following message when trying to start the mysql instance:
  
  $ mysqld_safe 
  [1] 22717
  $ The file /usr/local/mysql/libexec/mysqld doesn't exist or is not
executable
  Please do a cd to the mysql installation directory and restart
  this script from there as follows:
  ./bin/mysqld_safe.
  ---
 
  Can anyone help me to resolve this? It is emergency.
 
  Regards,
  song
 
  -- 
  MySQL General Mailing List
  For list archives: http://lists.mysql.com/mysql
  To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]
 


 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]