default at 4.1.1
"IF" you create/change password at
Phpmyadmin/mysql admin/mysqlcc
they are 41 bytes, and this
*43ndgfrbd7465ncfyhdjkfhi4746....
(41 character)
is not the OLD_PASSWORD()
16 btyes
07cjd89dvjd
i can connect using this if 16 btyes
<?php
$connect=mysql_connect('localhost','user','pass');
mysql_select_db('db');
?>
But not if it 4.1.1 Password()
i only knew how to convert back from 41 => 16
but it will be very troublesome to do so everytime creating a new user
and obviously why 41 is out is because secruity issue
so i just wondering how is it possible to connect that
*43ndgfrbd7465ncfyhdjkfhi4746....
from PHP, and how to do that