How to change mysql engine from Myisam to Innodb
ALTER TABLE tbl_employees ENGINE=INNODB;
ALTER TABLE tbl_employees ENGINE=INNODB;
Error: MySQL shutdown unexpectedly.This may be due to a blocked port,missing dependencies improper privileges, a crash or a shutdown by another method press the logs button to view error logs and check the windows Event Viewer for more clues if you need more help copy and post this entire log window on the forums … Read More »
nodemon is not working in windows.nodemon -v is showing the below errors nodemon : File C:\Users\AppData\Roaming\npm\nodemon.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170 At line:1 char:1 + nodemon -v + ~~~~~~~ + CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess Fix… Read More »
Error [ERR_REQUIRE_ESM]: require() of ES Module E:\node-course\notes-app\node_modules\chalk\source\index.js from E:\node-course\app.js not supported. Instead change the require of index.js in E:\node-course\app.js to a dynamic import() which is available in all CommonJS modules. at Object.<anonymous> (E:\node-course\notes-app\app.js:8:15) { code: ‘ERR_REQUIRE_ESM’ Solution is use lower version of chalk — npm install chalk@4.1.2
1. CALL IT A DAY : To stop what you are doing I m tired. Let’s Call it a day. 2. BRING DOWN THE CURTAIN : To put an end The accident brought the curtain down on his remarkable sports career 3. TAKE A BREAK :To pause or relax briefly The meeting is very hectic. let us take… Read More »
Startup applications not working in windows10 after changing the passoword If you change the password of windows machine it will reset some account login related things.One of machine is not loading the startup application after password reset. To make this properly working you can do the following steps 1. Type run from the start option… Read More »