How to connect locahost with my outside DatabaseHow may I do a SSH tunneling?SOCKS proxy to SSH server behind HTTP proxyFrom WAN, VNC fails to connect through ssh 5900 tunnel if not also proxied locallyHow do I tunnel and browse the server webpage on my machine?How to set a ssh tunnel properlySSH port 22: Connection refusedUse Remmina 1.2.0 with SSH tunneling

How does AT-AT deploy troops?

Hell0 W0rld! scored by ASCII values

Meaning of "in arms"

What could a technologically advanced but outnumbered alien race do to destroy humanity?

How does a twisted piece of string/yarn wind back on itself? What kinds of forces are responsible for this?

How did the T-850 still function after it removed its second battery?

AniPop - The anime downloader

What is the difference between tone deafness and amusia?

Intuition behind the paradox of instantaneous heat propagation

Replacing triangulated categories with something better

Why did the Government cancel Saturday's Brexit-deal vote?

What is a word for the feeling of constantly wanting new possessions?

Why is Iceland Air's Saga Premium product classified as Business class?

How to deal with non-stop callers in the service desk

What is an "07" chord?

Does the FIDE 75-move rule apply after checkmate or resignation?

Computationally expensive AI techniques (that are promising!)

land of light bulbs

Drawing some fruits with tikz

Why are my plastic credit card and activation code sent separately?

Will there be a vote in the Commons to decide the fate of Johnson's deal?

Modeling the Choose function

Why buy a first class ticket on Southern trains?

Is Dom based XSS stil a valid security concern in modern browsers?



How to connect locahost with my outside Database


How may I do a SSH tunneling?SOCKS proxy to SSH server behind HTTP proxyFrom WAN, VNC fails to connect through ssh 5900 tunnel if not also proxied locallyHow do I tunnel and browse the server webpage on my machine?How to set a ssh tunnel properlySSH port 22: Connection refusedUse Remmina 1.2.0 with SSH tunneling






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0

















i to want to connect from my Computer to my outside Database .



SSH information from my Web-Host



SSH IP: .224.138.
SSH Port: 65002
SSH Username: 2907*****
SSH Password: ***********



I have a File on /var/www/html/provess.php which connect to my Database on my Host (it is outside from my Computer) , the code here



With



ssh -p 65002 2907***** @***.224.138.***


Can connect to my Host .



When try,



In my Firefox , give on SOCKS-Host -> 127.0.0.1 Port: 8080 , to connect .



on Terminal write,



ssh -D 8080 -C -N -p 65002 2907*****@***.224.138.*** 


asked from my password



and on the Browser write,




localhost:8080/provess.php




I to come, Not connection....



I have same to try in localhost (all on my computer , Datebase too..) , and all working gut , Screenshot from the Browser , when write localhost/provess.php (but here the name File is prove_comment..) , here



How have my File sshd_config here



With these Code Check if the remote host allow tunneling.



ssh -p 65002 -v -L 3333:***.224.138.***:65002 2907*****@***.224.138.***


the tunnel is established correctly .



I want , when write on my Browser localhost/provess.php , it Display the Table with inside the content from my Database(name , email and message) .In a connection with SSH and Tunnel .



Can Please anyone Help me , Thanks !










share|improve this question


































    0

















    i to want to connect from my Computer to my outside Database .



    SSH information from my Web-Host



    SSH IP: .224.138.
    SSH Port: 65002
    SSH Username: 2907*****
    SSH Password: ***********



    I have a File on /var/www/html/provess.php which connect to my Database on my Host (it is outside from my Computer) , the code here



    With



    ssh -p 65002 2907***** @***.224.138.***


    Can connect to my Host .



    When try,



    In my Firefox , give on SOCKS-Host -> 127.0.0.1 Port: 8080 , to connect .



    on Terminal write,



    ssh -D 8080 -C -N -p 65002 2907*****@***.224.138.*** 


    asked from my password



    and on the Browser write,




    localhost:8080/provess.php




    I to come, Not connection....



    I have same to try in localhost (all on my computer , Datebase too..) , and all working gut , Screenshot from the Browser , when write localhost/provess.php (but here the name File is prove_comment..) , here



    How have my File sshd_config here



    With these Code Check if the remote host allow tunneling.



    ssh -p 65002 -v -L 3333:***.224.138.***:65002 2907*****@***.224.138.***


    the tunnel is established correctly .



    I want , when write on my Browser localhost/provess.php , it Display the Table with inside the content from my Database(name , email and message) .In a connection with SSH and Tunnel .



    Can Please anyone Help me , Thanks !










    share|improve this question






























      0












      0








      0








      i to want to connect from my Computer to my outside Database .



      SSH information from my Web-Host



      SSH IP: .224.138.
      SSH Port: 65002
      SSH Username: 2907*****
      SSH Password: ***********



      I have a File on /var/www/html/provess.php which connect to my Database on my Host (it is outside from my Computer) , the code here



      With



      ssh -p 65002 2907***** @***.224.138.***


      Can connect to my Host .



      When try,



      In my Firefox , give on SOCKS-Host -> 127.0.0.1 Port: 8080 , to connect .



      on Terminal write,



      ssh -D 8080 -C -N -p 65002 2907*****@***.224.138.*** 


      asked from my password



      and on the Browser write,




      localhost:8080/provess.php




      I to come, Not connection....



      I have same to try in localhost (all on my computer , Datebase too..) , and all working gut , Screenshot from the Browser , when write localhost/provess.php (but here the name File is prove_comment..) , here



      How have my File sshd_config here



      With these Code Check if the remote host allow tunneling.



      ssh -p 65002 -v -L 3333:***.224.138.***:65002 2907*****@***.224.138.***


      the tunnel is established correctly .



      I want , when write on my Browser localhost/provess.php , it Display the Table with inside the content from my Database(name , email and message) .In a connection with SSH and Tunnel .



      Can Please anyone Help me , Thanks !










      share|improve this question

















      i to want to connect from my Computer to my outside Database .



      SSH information from my Web-Host



      SSH IP: .224.138.
      SSH Port: 65002
      SSH Username: 2907*****
      SSH Password: ***********



      I have a File on /var/www/html/provess.php which connect to my Database on my Host (it is outside from my Computer) , the code here



      With



      ssh -p 65002 2907***** @***.224.138.***


      Can connect to my Host .



      When try,



      In my Firefox , give on SOCKS-Host -> 127.0.0.1 Port: 8080 , to connect .



      on Terminal write,



      ssh -D 8080 -C -N -p 65002 2907*****@***.224.138.*** 


      asked from my password



      and on the Browser write,




      localhost:8080/provess.php




      I to come, Not connection....



      I have same to try in localhost (all on my computer , Datebase too..) , and all working gut , Screenshot from the Browser , when write localhost/provess.php (but here the name File is prove_comment..) , here



      How have my File sshd_config here



      With these Code Check if the remote host allow tunneling.



      ssh -p 65002 -v -L 3333:***.224.138.***:65002 2907*****@***.224.138.***


      the tunnel is established correctly .



      I want , when write on my Browser localhost/provess.php , it Display the Table with inside the content from my Database(name , email and message) .In a connection with SSH and Tunnel .



      Can Please anyone Help me , Thanks !







      ssh database tunnel






      share|improve this question
















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 3 at 18:02







      iratxe

















      asked Jun 3 at 14:16









      iratxeiratxe

      12 bronze badges




      12 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          0


















          So , People tell me , it is possible easy to making....



          I to let my File provess.php on my Website , than Write on my Browser ,



          https://myWebsite/provess.php



          and....



          Screeshot






          share|improve this answer



























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1148318%2fhow-to-connect-locahost-with-my-outside-database%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown


























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0


















            So , People tell me , it is possible easy to making....



            I to let my File provess.php on my Website , than Write on my Browser ,



            https://myWebsite/provess.php



            and....



            Screeshot






            share|improve this answer






























              0


















              So , People tell me , it is possible easy to making....



              I to let my File provess.php on my Website , than Write on my Browser ,



              https://myWebsite/provess.php



              and....



              Screeshot






              share|improve this answer




























                0














                0










                0









                So , People tell me , it is possible easy to making....



                I to let my File provess.php on my Website , than Write on my Browser ,



                https://myWebsite/provess.php



                and....



                Screeshot






                share|improve this answer














                So , People tell me , it is possible easy to making....



                I to let my File provess.php on my Website , than Write on my Browser ,



                https://myWebsite/provess.php



                and....



                Screeshot







                share|improve this answer













                share|improve this answer




                share|improve this answer










                answered Jun 4 at 14:39









                iratxeiratxe

                12 bronze badges




                12 bronze badges































                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1148318%2fhow-to-connect-locahost-with-my-outside-database%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown









                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?