Пікірлер

  • @sulimanbabar
    @sulimanbabarАй бұрын

    The ssh part is getting times out, dont know if the user should be created or not?

  • @obitechinvent
    @obitechinventАй бұрын

    Hi @sulimanbabar I think you should check with your hosting provider if port 22 is the correct port for connect SSH. Some hosting providers disable this port which is the default ssh port.

  • @sulimanbabar
    @sulimanbabarАй бұрын

    @@obitechinvent Solved now, i missed the ssh keys part to put .ssh folder.. Thanks

  • @obitechinvent
    @obitechinventАй бұрын

    @@sulimanbabar Great! Am glad you solved it. Have a fun coding week ahead.

  • @Dayne27
    @Dayne27Ай бұрын

    Thanks, this worked for me. Just make sure that the SQL server you're trying to connect to is bound to the I.P address you provide.

  • @yanike
    @yanike2 ай бұрын

    Awesome tutorial! I really like how you go through each step even if it's already done.

  • @isf3lc
    @isf3lc5 ай бұрын

    I have been working as a developer for many years, but I am still surprised to learn from a young mind from a country I have never been to. Thank you very much 🙏

  • @obitechinvent
    @obitechinvent4 ай бұрын

    You're welcome! I'm glad I could assist you. If you have any more questions or need further assistance in the future, feel free to ask. Warm regards to you as well!

  • @tajmul13
    @tajmul136 ай бұрын

    is this works in shared hosting ?

  • @obitechinvent
    @obitechinvent5 ай бұрын

    Yes, it will work. You just have the set the credentials right. Make sure the IP is a remote server IP. Also this is dependent on you server providers, make sure to enquire of the MSQL server support remote connections.

  • @3rdtwirl494
    @3rdtwirl4946 ай бұрын

    hi. thank you . im trying to understand the purpose of git repositories. for example I have a new client . I want to ideally use wordpress and elementor but I need to also ensure their fitness software is compatible. not sure if that is all relevant but I found the software on GitHub in my research. how can I use it to my benefit . if this even makes sense im new to GitHub

  • @gerardjacobs8900
    @gerardjacobs89006 ай бұрын

    "PromoSM" 🎉

  • @neerajk.9249
    @neerajk.92497 ай бұрын

    I tried that and it is working. But database and tables take long time to open there on localhost/phpmyadmin

  • @samsenolay2210
    @samsenolay22108 ай бұрын

    Bro where did you just get the 'git remote add origin'?

  • @obitechinvent
    @obitechinvent8 ай бұрын

    Hi Sam, you can get that on the repositry page on the list of the repository you have already created. Just click on manage button the reveal the url to remote repo. If your server does not support ssh deploy, the url will not be displayed.

  • @rakibulhashanrabbi
    @rakibulhashanrabbi2 ай бұрын

    @@obitechinvent Thanks for this comment. I tried 2 whole days but after I noticed this comment. It was a piece of cake.

  • @skygrace8459
    @skygrace845910 ай бұрын

    i dont know how to link ssh to my local machine; i've created ssh key and import but i get that error

  • @obitechinvent
    @obitechinvent8 ай бұрын

    Okay do you need help getting it to work?

  • @skygrace8459
    @skygrace845910 ай бұрын

    I have this error while trying << fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. >>

  • @obitechinvent
    @obitechinvent10 ай бұрын

    Hi @skygrace have you properly link your local ssh key to your remote server?

  • @obitechinvent
    @obitechinvent10 ай бұрын

    I will make a video to show you how to link your local ssh key to your remote server. Will that help?

  • @ShanSiraj
    @ShanSiraj11 ай бұрын

    Thanks for sharing your knowledge