MySQL Server Android Studio JDBC Connection. | java

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • MySQL Server Android Studio JDBC Connection.
    Android Studio JDBC
    MySQL Connection java
    Database Connectivity
    Java Database Connectivity
    Android MySQL Tutorial
    MySQL Integration in Android
    Android Database Connection
    Android MySQL Connection Example

Комментарии • 47

  • @bewildonline
    @bewildonline 10 дней назад

    ben bu adamın dilinden anlamıyorum ama efsane çok beğendim çook teşekkür ederim

  • @madmick46ify
    @madmick46ify 4 месяца назад +1

    Hi mate this is helping me a lot. I am stuck trying to connect to our domain server. The virtual tablet in android studio won’t go out to the local network. How to code this? I tried messing with the manifest INTERNET changed to localhost and our up address for the server but it won’t connect. Looked at many other RUclips stuff no one is fixing this internal connection.

  • @basil9633
    @basil9633 4 месяца назад

    helped me build my first app!

  • @nando7004
    @nando7004 4 месяца назад

    thank you so much

  • @vukhanhquoc9182
    @vukhanhquoc9182 4 месяца назад

    thank you very much

  • @danyloloyko6603
    @danyloloyko6603 3 месяца назад

    thank you very much!

  • @user-or6hn2ss4s
    @user-or6hn2ss4s 3 месяца назад

    thank you

  • @mehamedrida1674
    @mehamedrida1674 3 месяца назад

    I have Bdd MySQL on the device. Should I set it as localhost or 127.0.0.1 or the IP of the Internet to which the device is connected?

  • @pietrogiannotta8136
    @pietrogiannotta8136 Месяц назад

    hi, I have a database in "freesqldatabase" in the Cloud, do I need to replace the library?

  • @musharafkhan7935
    @musharafkhan7935 3 месяца назад

    ❤❤❤❤❤❤

  • @jorgeboza4784
    @jorgeboza4784 3 месяца назад

    A pesar de que le puse los permisos de internet la app no reconoce esos permisos, por tanto me da error de conexion. Como soluciono eso?

  • @dennisjoel6361
    @dennisjoel6361 5 месяцев назад

    GOATED

  • @musicloer8031
    @musicloer8031 Месяц назад

    Hola buenas noches, tengo conexión pero no me funciona la consulta. Bd remota

  • @jericelona6747
    @jericelona6747 4 месяца назад

    but what if you want to use UPDATE

  • @user-dv3st2rq6o
    @user-dv3st2rq6o 2 месяца назад

    I dont knoe why its not working, application just closing

  • @microhandsltd
    @microhandsltd 3 месяца назад

    Why does the conn variable remain unlined as in your video. This prevents my app from working.

    • @deccontech
      @deccontech  3 месяца назад

      This is educational video you can change code as your requirement

    • @microhandsltd
      @microhandsltd 3 месяца назад

      @@deccontech I have followed your instructions exactly and I find the 'conn' variable in the Connection class remains underlined and I cannot get it to disappear! I am sure this is why I cannot create a connection to MySQL. Can I see you original Java code to make sure I haven't missed something?

  • @firstchannel9391
    @firstchannel9391 4 месяца назад

    Will your example work for kotlin as well?

    • @deccontech
      @deccontech  4 месяца назад

      This is tested example use same version of mysql connector

  • @fishermanbob5169
    @fishermanbob5169 3 месяца назад

    do i need the ip address of my physical phone for the ip adress or the ip adress of the database

    • @deccontech
      @deccontech  3 месяца назад

      Create local network and Connect your phone on same network use ip4 ip address to connect or 127.0.0.1 or mysql server ip address

  • @kololo6650
    @kololo6650 3 месяца назад

    13:10
    i did everything one too one slowly and i still cant connect too server

    • @user-dv3st2rq6o
      @user-dv3st2rq6o 2 месяца назад

      My app just closing

    • @kololo6650
      @kololo6650 2 месяца назад

      @@user-dv3st2rq6o dont use mysql, use firebase or sqlite

  • @pgmlaos1659
    @pgmlaos1659 4 месяца назад +1

    No connection😢

    • @deccontech
      @deccontech  4 месяца назад

      Watch video without skip

    • @AvengerGamingYT.
      @AvengerGamingYT. 2 месяца назад

      @@deccontech connected to emulator but not on physical device

  • @johnkarpynczyk251
    @johnkarpynczyk251 5 месяцев назад

    where do I download the project, it is not in your description?

    • @deccontech
      @deccontech  5 месяцев назад

      Source Code:
      play.google.com/store/apps/details?id=com.sunilnaithani.sourcecoders

  • @tryhard_juan5330
    @tryhard_juan5330 5 месяцев назад

    I have done all the steps, but when I execute the app. It shows me a message saying:Could not create connection to database server.

    • @deccontech
      @deccontech  5 месяцев назад

      Source Code:
      play.google.com/store/apps/details?id=com.sunilnaithani.sourcecoders

    • @deccontech
      @deccontech  5 месяцев назад

      First install MySQL server on this pc

    • @deccontech
      @deccontech  5 месяцев назад

      Watch this video
      ruclips.net/video/kjZ1srNAmA4/видео.html

    • @tryhard_juan5330
      @tryhard_juan5330 5 месяцев назад

      @@deccontech I can't use DBeaver with a mysql database?

  • @sudhirpatel-xs1su
    @sudhirpatel-xs1su 3 месяца назад

    Hi, i can connect can you help me ?

    • @deccontech
      @deccontech  3 месяца назад

      Source Code:
      play.google.com/store/apps/details?id=com.sunilnaithani.sourcecoders

  • @arytech9349
    @arytech9349 2 месяца назад

    Funciona

  • @mehamedrida1674
    @mehamedrida1674 3 месяца назад

    The IP you set is specific to what??

    • @deccontech
      @deccontech  3 месяца назад

      This ip address for emulator testing only

    • @mehamedrida1674
      @mehamedrida1674 3 месяца назад

      I have Bdd MySQL on the device. Should I set it as localhost or 127.0.0.1 or the IP of the Internet to which the device is connected?

    • @MohammedSajib-oz7sn
      @MohammedSajib-oz7sn 3 месяца назад

      ​@@deccontech If I want to run my apps in My Phone then what IP address I used?

  • @prajaktagv
    @prajaktagv 5 месяцев назад

    its not working FATAL EXCEPTION: pool-3-thread-1

    • @deccontech
      @deccontech  5 месяцев назад

      First install my sql server on pc and create a database check username, password, port should be correct important jdbc driver 5.1.49 not higher version

    • @prajaktagv
      @prajaktagv 5 месяцев назад

      ​I have mysql on my pc ... using same port username and password django app is working on web.But is not working on Android .jdbc driver is 5.1.41

    • @deccontech
      @deccontech  5 месяцев назад

      use this dependenci :
      implementation 'mysql:mysql-connector-java:5.1.49'
      use: ExecutorService for result
      Source Code:
      play.google.com/store/apps/details?id=com.sunilnaithani.sourcecoders

  • @user-lw2yt4fj5c
    @user-lw2yt4fj5c 4 месяца назад

    thank you so much