필터 지우기
필터 지우기

How to deploy web application along with MySQL database ?

조회 수: 4 (최근 30일)
Dhanaraj Nelapati
Dhanaraj Nelapati 2021년 7월 6일
댓글: Dhanaraj Nelapati 2021년 7월 7일
%I have built an web application, to insert and access data from MySQL database, when I run it , it`s working but when it is deployed as a web app it`s showing errors. Here is my code for connection to database:
databasename ='demo_database';
app.conn2 = database(databasename,'user_ID','Password','Vendor','MySQL', ...
'Server','server_name,'PortNumber',3306);
  1. Do I need to add mysql-connector-java-8.0.23.jar to application while compiling as a web app?
  2. How to acess database from another desktop which has a web application but not mySQL and MATLAB?
Thanks in advance

답변 (1개)

Jai Khurana
Jai Khurana 2021년 7월 6일
Hi Nelapati,
Hope it helps.
  댓글 수: 1
Dhanaraj Nelapati
Dhanaraj Nelapati 2021년 7월 7일
Hi Jai, Thank you for answer, I am using MATLAB2019a version.I am not able to findout, where I can define "Driverlocation" in database function which we use it for establishing connection to database. Is there any way to define it?
Thanks in advance

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB Web App Server에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by