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

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: