B4X FEED Connecting to mysql Database

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: Connecting to mysql Database است. این موضوع تا کنون 31 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Connecting to mysql Database
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
31
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
Hello,

Just trying to do a simple mysql connection (using the mysql tutorial from Erel.

Im getting the following

** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
*** Service (httputils2service) Create ***
** Service (httputils2service) Start **
ResponseError. Reason: javax.net.ssl.SSLHandshakeException: Handshake failed, Response:
javax.net.ssl.SSLHandshakeException: Handshake failed

I put the PHP file in the public_html file.
I confirmed the Database name, username, password and localhost is correct.

I confirmed in the php is set for mysqli_set_charset ($con , "utf8");

<?php

$databasehost = "localhost";
$databasename = "ultim168_TVTrivia";
$databaseusername ="username";
$databasepassword = "password";

$con = mysqli_connect($databasehost,$databaseusername,$databasepassword, $databasename) or die(mysqli_error($con));
mysqli_set_charset ($con , "utf8");
$query = file_get_contents("php://input");
$sth = mysqli_query($con, $query);

if...
Click to expand...



 

عقب
بالا