MySQL Forums
Forum List  »  Newbie

Re: mysql_connect - Access Denied
Posted by: Algis
Date: November 08, 2004 05:06PM

try to put -> extension=php_mysqli.dll <- in php.ini file

then use
$mysqli = new mysqli("localhost", "your_root", "your_password","your_database");
//you_root and your_password look in My.ini file [using winmysqladmin]
// if already forget it in rush

$result = mysqli_query ($mysqli ,"SELECT user,host FROM user");// or what do you
//want there


maybe work's

Options: ReplyQuote


Subject
Written By
Posted
October 28, 2004 01:02PM
December 31, 2007 03:06AM
Re: mysql_connect - Access Denied
November 08, 2004 05:06PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.