Tag: mysql

  • Reset MYSQL password

    How to Reset a MySQL Password: Stop the mysqld daemon process, [root@host ~]# /etc/init.d/mysqld stop Stopping MySQL: [ OK ] Start the mysqld daemon process with the –skip-grant-tables option, [root@host ~]# /etc/init.d/mysqld start –skip-grant-tables Starting MySQL: [ OK ] Start the mysql client with the -u root option, [root@host ~]# mysql -u root -p Enter…

  • Linux dictionary

    setxkbmap us <— change keyboard layout to us update-alternatives –config editor <— change default editor shutdown -rF now <— force file system check after reboot dpkg –get-selections <— list installed application on Debian based Linux growisofs -dvd-compat -Z /dev/hdb=xxx.iso <— burn dvd iso image echo “/sbin/reboot” | at 1am <— restart server (computer) at 1am…