user

mysql-logo

Standaard MySQL commando’s

  Gebruikers Gebruikers bekijken. use mysql; select * from user; Gebruiker toegevoegen aan mysql. In het onderstaande voorbeeld krijgt de gebruiker “user” alle rechten over alle databases CREATE USER ‘user’@’%’ IDENTIFIED BY ‘some_pass’; GRANT ALL PRIVILEGES ON *.* TO ‘user’@’%’ WITH GRANT OPTION; flush privileges; Verwijder de history van MYSQL: rm -f /root/.mysqlhistory

Standaard MySQL commando’s Meer lezen »

Root wachtwoord resetten in Ubuntu 10.04 Lucid Lynx

Root wachtwoord kwijt? Voer de volgende stappen uit om een nieuw root wachtwoord in te stellen Hold the Shift key at boot to display the Grub boot menu. Select the top Grub entry, it will be similar to: Ubuntu, with Linux 2.6.32-22-generic-pae Hit e to edit the the Grub entry. Find the line that looks like this: linux /boot/vmlinuz-2.6.32-22-generic-pae

Root wachtwoord resetten in Ubuntu 10.04 Lucid Lynx Meer lezen »