Help with SQL commands to interact with a MySQL database
- Mac /usr/local/mysql/bin
- Windows /Program Files/MySQL/MySQL version/bin
- Xampp /xampp/mysql/bin
| //Major Function | |
| const MajorLazer = async () => { | |
| if(NumberOfTasks != 0){ | |
| //Set the check to true so interval which is running majorlazer fun become clear | |
| //then don't run the majorlazer multiple times causing errors or makig multiple calls | |
| check = true; | |
| var count = 0; | |
| var myTimer; |
| socket.emit - This method is responsible for sending messages. socket.on - This method is responsible for listening for incoming messages |