Re: [PHP-DB] Updating Mysql database from a remote computer

2001-05-02 Thread Marko Lesnik
The database is created using a Windows software (Delphi language) which uses Paradox database. A special module is used to prepare some data from this database for internet. The program uses "libmySQL.dll" and would connect directly to server via a dialup line. Instead 'localhost' it would have t

RE: [PHP-DB] Updating Mysql database from a remote computer

2001-04-30 Thread Beau Lebens
if the computer where the writable copy of the database is stored is permanently connected to the other one, then you could just create a new user for that database using mysqls security features which only has access to read information, no change or delete. and yes you can connect using an ip,