[PHP-DB] Secure MySQL Access md5()

2004-05-13 Thread Theisen, Gary
Hi all, I've got: WinNT php 4.3.1 phpmyadmin 2.5.6 MySQL 4.0.18-nt I can connect to my db via my php script using: [php] $connection = mysql_connect (localhost, root, ) [/php] That works no problem. This will not work however: [php] $somePass = md5(somePass); $connection =

[PHP-DB] No user table access to phpMyAdmin - How?

2004-05-10 Thread Theisen, Gary
Hi all, Installed software/os: Win NT 4.0 IIS 4.0 PHP 4.3.1 MySQL 4.1.1 phpMyAdmin 2.5.6 I'm wondering how I can hide phpMyAdmin access via a webpage to the mysql.mysql tablespecifically the user table. I don't want anyone using phpMyAdmin to have access to the user table. I only want

[PHP-DB] [RESOLVED] RE: Secure MySQL Access md5()

2004-05-14 Thread Theisen, Gary
Thanks for the info Hans! I've got it working now. -Original Message- From: Hans Lellelid [mailto:[EMAIL PROTECTED] Sent: Thursday, May 13, 2004 7:28 PM To: Gary Theisen Cc: '[EMAIL PROTECTED]' Subject: Re: Secure MySQL Access md5() Hi, Passwords in the mysql.users table must be

[PHP-DB] MySQL Password() PHP encryption?

2004-05-06 Thread Theisen, Gary
Hi all, I've recently upgraded my mysql to v 4.1.1 (on win nt 4.0) and set the Passwords in the user table to the mysql Password() function. Now, this doesn't work anymore when call from a php web script (which is a good thing, cause it's plain text): mysql_connect (localhost, theID,