Posts by Carlos Varner • 51 points
4 posts
-
3
votes1
answer1391
viewsQ: I unintentionally deleted all Mysql users phpMyAdmin
I was following some tutorials on the internet to change my mysql user password in phpMyAdmin and in the end I deleted this user. I lost access to phpMyAdmin and do not know how to solve this…
-
0
votes1
answer126
viewsA: Passing value from a label to Arduino via serial
For this you must use a timer and make a time loop, ie you will choose a given time, with for example 1 in 1 minute for the method "lblCpu_Click be triggered.
-
1
votes2
answers970
viewsA: Arduino Ethernet Shield and PHP
I found the answer to this problem in stackoverflow(English) the problem was in HTTP1.1 extrusion Below is the correct extrusion. "GET /programas/Query.php?a=2\r\nHost: 192.168.1.8\r\n\r\n"…
-
1
votes2
answers970
viewsQ: Arduino Ethernet Shield and PHP
Hello I am developing a code for Arduino + ethernet that triggers GET (PHP) methods, and PHP sends the received data from Arduino to Mysql. The code in php works perfectly, the ethernet can connect…