| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Manisha | Date: | December 9 2002 2:21am |
| Subject: | Want to create mySQL user through phpMyAdmin | ||
| View as plain text | |||
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");
echo("conn got it");
}
?>
but not getting the connection - if try with old user and password - can
get connected
what's wrong ?
regards
Manisha
| Thread | ||
|---|---|---|
| • Want to create mySQL user through phpMyAdmin | Manisha | 9 Dec |
| • Re: Want to create mySQL user through phpMyAdmin | Joe Stump | 9 Dec |
| • Re: Want to create mySQL user through phpMyAdmin | Manisha | 9 Dec |
| • Error: Can't lock file | Geetika Tewari | 9 Dec |
| • Re: Want to create mySQL user through phpMyAdmin | Manisha | 9 Dec |
| • Re: Error: Can't lock file | Paul DuBois | 9 Dec |
| • Re: Error: Can't lock file | Geetika Tewari | 9 Dec |
