Re: Using PHP to do a MySql Dump

2002-12-20 Thread Brad Bonkoski
Upon initial search, does not appear to be. except: exec("mysqldump") or system(), or shell_exec() Maybe the PHP list would render better results? HTH -Brad Todd Cary wrote: > Is there a function that can be implemented with PHP to do the > equivalent of a mysqldump? > > Todd > > -- Ariste Softwa

Re: [PHP] Encrypted MySQL passwords

2002-09-26 Thread Brad Bonkoski
There are common one-way encryption, like md5, this is commonly what I do, I encrypt with md5 when I insert the password into my database on the DB server, and then I encrypt with PHP on the Web server side, so therefore, I am only ever sending my md5 encrypted password over the "wire". Since it

Re: Unix passwd file and mysql authentication table

2001-07-27 Thread Brad Bonkoski
Don Read wrote: > On 26-Jul-2001 sachin shetty wrote: > > Hi > > Is it possible to authenticate a logged on user by comparing the unix > > passwd file entry with the mysql user table entry(after copying passwords > > from the password file to the table). > > The password_crypt routine used in M

RE: mysql authentication via /etc/passwd

2001-07-27 Thread Brad Bonkoski
ient-side but that's another story. HTH -Brad --- Brad Bonkoski Software Engineer Xyterra Computing Inc. (480)609-5106

Build Problems

2001-07-17 Thread Brad Bonkoski
Hello, I am trying to build mysql-3.23.39 my configure options are: './configure --prefix=/home/mysql' when I run make I get this output: Making all in client make[2]: Entering directory `/home/SOURCE/mysql-3.23.39/client' gcc -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I..