Posts by Lucas Sandes • 13 points
4 posts
-
0
votes0
answers49
viewsQ: Group by only returns 1 result
I have a problem with my query in Mysql: SELECT * FROM `campeonatos` INNER JOIN `jogos` ON `campeonatos`.`camp_id`=`jogos`.`campeonato_id` WHERE `jogos`.`inicio` > "2017-10-30 00:00:00" ORDER BY…
-
0
votes1
answer3557
viewsA: SSH: Connect to Host XXXXX Port 22: Connection timed out
Guys I managed to solve. the problem is that my router was blocking the doors less than 1200. I don’t know for what reason... I switched the ssh door to > 1200 and it worked. in my case I put…
-
0
votes1
answer3557
viewsQ: SSH: Connect to Host XXXXX Port 22: Connection timed out
I’m facing a problem in mine Ubuntu and also in the Windows where I can’t access any SSH and SFTP. I only get the message from: "Connection Timed Out". I already sent the IP for my friends, and they…
-
1
votes1
answer44
viewsQ: How to load js style google Analytcs
I am developing a project where I would have to add only one tag on the client site and already load the js with all functions. follows the example of google Analytcs:…