[symfony-users] php symfony configure:database mysql:host=localhost;dbname=pist1

2010-06-07 Thread DEEPAK BHATIA
Hi, php symfony configure:database mysql:host=localhost;dbname=pist1 root Can I specify my machine IP Address php symfony configure:database mysql:host=10.0.1.66;dbname=pist1 The reason is that I am trying Database syncing through maatkit which says I need Super Privileges to achieve the

Re: [symfony-users] php symfony configure:database mysql:host=localhost;dbname=pist1

2010-06-07 Thread Eno
On Mon, 7 Jun 2010, DEEPAK BHATIA wrote: php symfony configure:database mysql:host=localhost;dbname=pist1 root Can I specify my machine IP Address Yes. -- -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this

Re: [symfony-users] php symfony configure:database mysql:host=localhost;dbname=pist1

2010-06-07 Thread DEEPAK BHATIA
When I execute the below php symfony propel:insert-sql Error Message = Execution of target insert-sql failed for the following reason: /opt/lampp/htdocs/symfony-1.1.7/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/build-propel.xml:296:1: [wrapped: access

Re: [symfony-users] php symfony configure:database mysql:host=localhost;dbname=pist1

2010-06-07 Thread Michał Piotrowski
Hi, Do you have database configured for remote connections? For example default PostgreSQL configuration for Linux allows only localhost connections. Regards, Michal 2010/6/7 DEEPAK BHATIA toreachdee...@gmail.com: When I execute the below php symfony propel:insert-sql Error Message

Re: [symfony-users] php symfony configure:database mysql:host=localhost;dbname=pist1

2010-06-07 Thread DEEPAK BHATIA
Hi, I guess you are right. Actually we install the mysql through Apache Friends xampp for linux. How can I configure my database for remote connections ? Regards Deepak Bhatia 2010/6/7 Michał Piotrowski mkkp...@gmail.com Hi, Do you have database configured for remote connections? For

Re: [symfony-users] php symfony configure:database mysql:host=localhost;dbname=pist1

2010-06-07 Thread DEEPAK BHATIA
Sorry, I am using MySQL. On Mon, Jun 7, 2010 at 9:13 PM, DEEPAK BHATIA toreachdee...@gmail.comwrote: Hi, I guess you are right. Actually we install the mysql through Apache Friends xampp for linux. How can I configure my database for remote connections ? Regards Deepak Bhatia 2010/6/7

Re: [symfony-users] php symfony configure:database mysql:host=localhost;dbname=pist1

2010-06-07 Thread Eno
On Mon, 7 Jun 2010, DEEPAK BHATIA wrote: When I execute the below php symfony propel:insert-sql Error Message = Execution of target insert-sql failed for the following reason:

Re: [symfony-users] php symfony configure:database mysql:host=localhost;dbname=pist1

2010-06-07 Thread Eno
On Mon, 7 Jun 2010, DEEPAK BHATIA wrote: I guess you are right. Actually we install the mysql through Apache Friends xampp for linux. How can I configure my database for remote connections ? Use the GRANT command in MySQL. Go read the MySQL dfocs. Regards Deepak Bhatia 2010/6/7

Re: [symfony-users] php symfony configure:database mysql:host=localhost;dbname=pist1

2010-06-07 Thread DEEPAK BHATIA
http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html On Mon, Jun 7, 2010 at 9:23 PM, Eno symb...@gmail.com wrote: On Mon, 7 Jun 2010, DEEPAK BHATIA wrote: When I execute the below php symfony propel:insert-sql Error Message