Option, Command, P, and R. You can release the keys after about 20 seconds, cmd + option + R
Computer Man
MS surface pro ghost / phantom touch
The easy solution: just disable the touch screen function, as most the phantom touch cannot be fixed. You can disable the touch screen in device manager....
December 19, 2021
how to connect to shared web hosting MySQL / MariaDB
First connect to your hosting server with SFTP / SSH account user name and password, then run the command: mysql -u databasename -h databaseHosting -p databasename...
December 13, 2021
How to fix Event ID 455 ESENT error in Windows 10
Open a CMD as Administrator. started off in c:\Windows\system32. cd config\systemprofile\AppData\Local mkdir TileDataLayer cd TileDataLayer mkdir Database
December 12, 2021
change innodb buffer pool size mysql / mariadb stopped working
in my case, the mariadb / mysql is 32bit, as you knew 32bit only support about 3GB RAM, so instead of allocated 4GB,I changed it to...
December 12, 2021