From: Ranjeet K. <ran...@az...> - 2006-08-03 04:31:38
|
Thanks a lot Toni. Now it's working. Regards, Ranjeet -----Original Message----- From: Toni de la Fuente Diaz [mailto:ton...@gm...]=0D Sent: Thursday, August 03, 2006 1:48 AM To: Ranjeet Kumar Cc: php...@li... Subject: Re: [phpRADmin-users] Could not connect to SQL database Hi! When you finished installatin you should Unlock-> Generate -> Lock =0D files and you can use phpRADmin Regards. Toni de la Fuente El 02/08/2006, a las 12:25, Ranjeet Kumar escribi=F3: > Hi, > > > After installtion of PHPRADMIN & setup, web page throws Error =0D > "Could not connect to SQL database" > > I installed on Fedora core 5 with php-5.1.2-5 freeradius-1.0.5-1.2 =0D > & mysql-server-5.0.18-2.1. > > I am able to login to database using php script. I am unable to =0D > understand where is the problem. > > Could you please help me in this regard. > <!-- /******************************************************* * =0D > Random Password Generator JavaScript * <http://www.kipp.smith.net/=0D > javascripts/random.htm/> * This script is free as long as original =0D > credits remain. =0D > ********************************************************/ // Use =0D > the following variables for password characters // and length var =0D > characters=3D"0123456789abcdefghijklmnopqrstuvwxyz" var =0D > passwordlength=3D0 function generatepassword(object, plength) { // =0D > This function will build a string using randomly // generated =0D > characters. var password =3D "" var n =3D 0 var randomnumber =3D 0 =0D > passwordlength=3Dplength while( n < passwordlength ) { n ++ =0D > randomnumber =3D Math.floor(characters.length*Math.random()); =0D > password +=3D characters.substring(randomnumber,randomnumber + =0D > 1) } // Display the word inside the form text box object.value =3D =0D > password } // --> > > > > Thanks, > > Ranjeet > > > > The information contained in, or attached to, this e-mail, contains =0D > confidential information and is intended solely for the use of the =0D > individual or entity to whom they are addressed and is subject to =0D > legal privilege. If you have received this e-mail in error you =0D > should notify the sender immediately by reply e-mail, delete the =0D > message from your system and notify your system manager. Please do =0D > not copy it for any purpose, or disclose its contents to any other =0D > person. The views or opinions presented in this e-mail are solely =0D > those of the author and do not necessarily represent those of the =0D > company. The recipient should check this e-mail and any attachments =0D > for the presence of viruses. The company accepts no liability for =0D > any damage caused, directly or indirectly, by any virus transmitted =0D > in this email. > > www.aztecsoft.com > ----------------------------------------------------------------------=0D > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to =0D > share your > opinions on IT & business topics through brief surveys -- and earn =0D > cash > http://www.techsay.com/default.php?=0D > page=3Djoin.php&p=3Dsourceforge&CID= =3DDEVDEV________________________________=0D > _______________ > phpRADmin-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpradmin-users The information contained in, or attached to, this e-mail, contains= confidential information and is intended solely for the use of the= individual or entity to whom they are addressed and is subject to legal= privilege. If you have received this e-mail in error you should notify the= sender immediately by reply e-mail, delete the message from your system= and notify your system manager. Please do not copy it for any purpose, or= disclose its contents to any other person. The views or opinions presented= in this e-mail are solely those of the author and do not necessarily= represent those of the company. The recipient should check this e-mail and= any attachments for the presence of viruses. The company accepts no= liability for any damage caused, directly or indirectly, by any virus= transmitted in this email. www.aztecsoft.com |