Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other MySQL Connection?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26129
    ken079
    Member

    HOW can i know mysql is connection? mysql is creat, and usrname password :geek: :

    #64354
    samuel3132
    Member

    To know about the Mysql connection go the Mysql server home page,Where you can get the connection string and etc.
    You can also get the details about the username and/or password from the onnection string itself.

    #64350
    Rob MacKay
    Participant

    well if you are connection with PHP you could use the "or die" or use if/else…

    $stmt = connection();

    if($stmt) {

    echo "heck yea!";

    } else {

    echo "no dice!";

    }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.