Re: [symfony-users] PDO Connection Error

2011-03-08 Thread Francesco Levorato
Do you have a PhpMyAdmin installation? Can you build-sql and try to manually import sql via phpmyadmin? On Tue, Mar 8, 2011 at 10:40 AM, mohamed sabri ben sassi < mohamedsabri.bensa...@gmail.com> wrote: > PDO connection[2006] server mysql has gone away -- francesco levorato aka flevour http

Re: [symfony-users] PDO Connection Error

2011-03-08 Thread Francesco Levorato
I don't see any difference between the 2 commands you report. Have you read my last mail? Have searched Google for help on changing that configuration value? Good luck, Francesco On Tue, Mar 8, 2011 at 9:55 AM, mohamed sabri ben sassi < mohamedsabri.bensa...@gmail.com> wrote: > hi fracessco,, > w

Re: [symfony-users] PDO Connection Error

2011-03-08 Thread mohamed sabri ben sassi
i increase this variable to 128M but its same thing it rapport me the same message error PDO connection[2006] server mysql has gone away 2011/3/8 Francesco Levorato > On Tue, Mar 8, 2011 at 9:36 AM, mohamed sabri ben sassi < > mohamedsabri.bensa...@gmail.com> wrote: > >> how can i do this i

Re: [symfony-users] PDO Connection Error

2011-03-08 Thread Francesco Levorato
On Tue, Mar 8, 2011 at 9:36 AM, mohamed sabri ben sassi < mohamedsabri.bensa...@gmail.com> wrote: > how can i do this i didint understand you perfectly > max_allowed_packet is a MySQL server configuration. If your server has a low value for that configuration, it might fail when called with a la

Re: [symfony-users] PDO Connection Error

2011-03-08 Thread mohamed sabri ben sassi
hi fracessco,, when i write the command php symfony doctrine:build-sqland the file databse.yml ('mysql:host:localhost:9090;dbname=jobeet' root) it work and he generate the file sql but if i write the command php symfony doctrine:build-sqland the file databse.yml ('mysql:host=localhost:90

Re: [symfony-users] PDO Connection Error

2011-03-08 Thread mohamed sabri ben sassi
how can i do this i didint understand you perfectly 2011/3/7 Francesco Levorato > Hi Mohamed, > is it your first application using this MySQL server? > You may try increasing a mysql server configuration variable > called max_allowed_packet. > Let us know how it goes! > Cheers, > Francesco > >

Re: [symfony-users] PDO Connection Error

2011-03-08 Thread Francesco Levorato
Hi Mohamed, is it your first application using this MySQL server? You may try increasing a mysql server configuration variable called max_allowed_packet. Let us know how it goes! Cheers, Francesco On Mon, Mar 7, 2011 at 4:12 PM, mohamed sabri ben sassi < mohamedsabri.bensa...@gmail.com> wrote: >

Re: [symfony-users] PDO Connection Error

2011-03-07 Thread mohamed sabri ben sassi
so can you help me please i am really stuked 2011/3/7 mohamed sabri ben sassi > yes he's running normaly > > 2011/3/7 Jérémie > > >> > While exporting model class 'JobeetAffiliate' to SQL: PDO Connection >> > Error: SQ >> > LSTATE[HY000] [2006] MySQL server has gone away >> >> Is the MySQL serv

Re: [symfony-users] PDO Connection Error

2011-03-07 Thread mohamed sabri ben sassi
yes he's running normaly 2011/3/7 Jérémie > > > While exporting model class 'JobeetAffiliate' to SQL: PDO Connection > > Error: SQ > > LSTATE[HY000] [2006] MySQL server has gone away > > Is the MySQL server still runnning? > > -- > If you want to report a vulnerability issue on symfony, please s

Re: [symfony-users] PDO Connection Error

2011-03-07 Thread Jérémie
> While exporting model class 'JobeetAffiliate' to SQL: PDO Connection > Error: SQ > LSTATE[HY000] [2006] MySQL server has gone away Is the MySQL server still runnning? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received th

[symfony-users] PDO Connection Error

2011-03-07 Thread mohamed sabri ben sassi
hi guys when i write the commandsymfony doctrine:build-sql on ms-dos i get this message :: t.php:1119 PHP 15. Doctrine_Export_Mysql->createTableSql() C:\development \sfprojects\jobee t\lib\vendor\symfony\lib\plugins\sfDoctrinePlugin\lib\vendor\doctrine \Doctrine\E xport.php:1251 PHP 16. Doc

Re: [symfony-users] pdo connection error

2011-01-05 Thread Alex Pilon
Post your database.yml. On Wed, Jan 5, 2011 at 11:40, erman taylan wrote: > hi all, > > My project works fine on my local. When i put it on Debian, I am facing an > error: > > PDO Connection Error: SQLSTATE[HY000] [2013] Lost connection to MySQL > server at 'reading initial communication packet'

[symfony-users] pdo connection error

2011-01-05 Thread erman taylan
hi all, My project works fine on my local. When i put it on Debian, I am facing an error: PDO Connection Error: SQLSTATE[HY000] [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 110 I searched it on the internet, everyone thinks its because of databa

Re: [symfony-users] PDO Connection Error

2010-10-08 Thread Manu SW
golan wrote, On 10/7/10 9:10 PM: Hi, I've been working with jobeet since a couple of weeks and yesterday i covered Day: 8 The Unit Test and Day 9: The Functional Test. After a while I got the tests to work successfully without any error, every thing was ok. Yesterday i made also some pending upd

[symfony-users] PDO Connection Error

2010-10-08 Thread golan
Hi, I've been working with jobeet since a couple of weeks and yesterday i covered Day: 8 The Unit Test and Day 9: The Functional Test. After a while I got the tests to work successfully without any error, every thing was ok. Yesterday i made also some pending updates to my mac OS (10.6) . Today i

Re: [symfony-users] PDO Connection Error: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)

2010-06-19 Thread Eno
On Fri, 18 Jun 2010, newprog wrote: > Hi i need to connect to mysql from command line... when i used this > command php symfony doctrine:insert-sql > i get this error PDO Connection Error: SQLSTATE[28000] [1045] Access > denied for user 'root'@'localhost' (using password: NO) can any one > help p

[symfony-users] PDO Connection Error: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)

2010-06-19 Thread newprog
Hi i need to connect to mysql from command line... when i used this command php symfony doctrine:insert-sql i get this error PDO Connection Error: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO) can any one help plzz... thx -- If you want to report a vulner