oh! god! -
Thanks a lot, I have a root access and with that I could create a user
directly from command line.
I was thinking that thr phpMyAdmin 2.1.0 I can do it (New version can - but
seems not this version)
Thanks once again
Manisha
At 10:21 PM 12/8/02 -0500, Joe Stump wrote:
It's not a
I am using phpMyAdmin 2.1.0. I created user from this (mysql.user) but do
not know how to reload it ? I am not finding any such option on it. Can u
please tell me more about it.
Thanks,
Manisha
At 09:45 PM 12/8/02 -0500, Joe Stump wrote:
Did you reload the privileges?
--Joe
On Sunday, Decemb
Did you reload the privileges?
--Joe
On Sunday, December 8, 2002, at 09:21 PM, Manisha wrote:
I want to create mySQL user thr phpMyAdmin. I inserted one record in
mysql.user table and one in mysql.db table,
testing with following program
$conn = @mysql_connect
("localhost:/usr/home/nets/mysq
I want to create mySQL user thr phpMyAdmin. I inserted one record in
mysql.user table and one in mysql.db table,
testing with following program
$conn = @mysql_connect ("localhost:/usr/home/nets/mysql/mysql-demo.sock",
"manisha", "pass");
echo("before conn a");
if ($conn){
mysql_select_db ("demo"