Re: [Phpgedview-talk] Configuration problem
Brought to you by:
canajun2eh,
yalnifj
From: Brian D. <bd...@gm...> - 2009-02-27 07:43:25
|
Are you using a hosting service? Have you created the database and database user? Depending on how you answered the first question, you can run a command like: mysql -u romy1962 -p -h genealogie2.rob-hubert.nl -D phpview If you have the permissions setup correctly and the phpview database created you should be able to login and be in the MySQL interactive prompt. If you made it this far you can see what tables you have by entering "SHOW TABLES;". After that you can exit with ^D (control+d) or type "\q" and hit enter. If you cannot login from the command line then you'll need to look at the permissions for your MySQL server. On Thu, Feb 26, 2009 at 9:22 AM, Rob Hubert <rob...@ro...>wrote: > Can you tell me what and were I must give in to the command line? > > > -- > ----- Original Message ----- From: "Brian Derr" <bd...@gm...> > To: "All About PhpGedView" <php...@li...> > Sent: donderdag 26 februari 2009 17:36 > > Subject: Re: [Phpgedview-talk] Configuration problem > > > Doesn't look like anything too crazy going on there. Have you tried to >> connect to the database via the command line? It could be a permission >> issue >> with the db. >> >> On Thu, Feb 26, 2009 at 12:38 AM, Rob Hubert <rob...@ro... >> >wrote: >> >> Hi, >>> >>> Thanks that you will look to my settings. I hope that this email with >>> (print >>> screen) in it, show up in the list. >>> >>> I have tried to translate the lines to English, but I hope you can >>> understand it. >>> >>> Row 1 : MySQL >>> Row 2 : This is my website name: genealogie2.rob-hubert.nl >>> Row 3 : Database Port: (blank) >>> Row4 : Database username: romy1962 >>> Row5: Password: ***** >>> Row6: Database name: phpview >>> Row7 : Use persistent database connections : no >>> Row8 : Use the database to provide UTF-8 collation: no >>> Row9 : Prefix tabulate: pgv_ >>> >>> I hope this enough information. Thanks for helping me out. >>> >>> Best regards, >>> >>> Rob Hubert >>> Haarlem, the Netherlands >>> >>> ----- Original Message ----- >>> From: "Brian Derr" <bd...@gm...> >>> To: "All About PhpGedView" <php...@li...> >>> Sent: donderdag 26 februari 2009 0:50 >>> Subject: Re: [Phpgedview-talk] Configuration problem >>> >>> >>> > Without the ability to read Dutch my guess is that one of your database >>> > parameters is incorrect in some way. Could you list your DB parameters >>> > (blanking out the password) for us? >>> > >>> > On Wed, Feb 25, 2009 at 2:54 PM, Rob Hubert >>> > <rob...@ro...>wrote: >>> > >>> >> Hi all, >>> >> >>> >> I am new in this group and have upload phpGedView to my host. I have >>> also >>> >> made a MySQL database, but when I type the lines, there is error >>> message. >>> >> What I do, I get still the error message. This is the error message: >>> >> >>> >> == >>> >> De huidige databaseconfiguratie is corrupt. Controleer de >>> >> database-verbindingsparameters en configureer opnieuw. >>> >> DB Error: connect failed [nativecode=Lost connection to MySQL server >>> >> during >>> >> query] ** Array >>> >> == >>> >> >>> >> I do not know if I can sent a printscreen to the group, but it is in >>> >> Dutch. >>> >> >>> >> Has someone an idea what I do wrong? I hope you can help me. >>> >> >>> >> Best regards, >>> >> >>> >> Rob Hubert >>> >> Haarlem, the Netherlands >>> >> >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, >>> CA >>> -OSBC tackles the biggest issue in open source: Open Sourcing the >>> Enterprise >>> -Strategies to boost innovation and cut costs with open source >>> participation >>> -Receive a $600 discount off the registration fee with the source code: >>> SFAD >>> http://p.sf.net/sfu/XcvMzF8H >>> _______________________________________________ >>> Phpgedview-talk mailing list >>> Php...@li... >>> https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >>> >>> ------------------------------------------------------------------------------ >> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, >> CA >> -OSBC tackles the biggest issue in open source: Open Sourcing the >> Enterprise >> -Strategies to boost innovation and cut costs with open source >> participation >> -Receive a $600 discount off the registration fee with the source code: >> SFAD >> http://p.sf.net/sfu/XcvMzF8H >> _______________________________________________ >> Phpgedview-talk mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpgedview-talk >> >> > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > |