MySQL Forums
Forum List  »  PHP

Re: Unable to connect Mysql via PHP from ODBC connector
Posted by: Barry Galbraith
Date: July 02, 2014 11:54PM

Why not just use the php interface to mysql?
$conn = mysqli_connect('172.16.1.105','root','root','ssi');

BTW, it is NOT a good idea to be operating on your database with root user.

Good luck,
Barry.

Options: ReplyQuote




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.