Error exporting Mysql Database

Error Static analysis: 1 errors were found during analysis. Unrecognized keyword. (near “ON” at position 25) SQL query: Edit Edit SET FOREIGN_KEY_CHECKS = ON; MySQL said: Documentation #2006 – MySQL server has gone away Solution Changing php.ini at C:xamppphpphp.ini max_execution_time = 600 max_input_time = 600 memory_limit = 1024M post_max_size =…

Excel Arrow keys are not working

To use the arrow keys to move between cells, you must turn SCROLL LOCK off. To do that, press the Scroll Lock key (labeled as ScrLk) on your keyboard. If your keyboard doesn’t include this key, you can turn off SCROLL LOCK by using the On-Screen Keyboard.

Localhost upgraded in Nodejs 17.0 or higher

till Nodejs 16 IPv6 is used, now Node.js preferred IPv4 over IPv6 when connecting to dual-stack hosts. It was possible to override it in the DNS lookup function, and recently they made it possible to override app-wide, but this behavior being the default meant that the majority of Node.js apps…