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
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
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
ient-side
but that's another story.
HTH
-Brad
---
Brad Bonkoski
Software Engineer
Xyterra Computing Inc.
(480)609-5106
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..