4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
  • thumbnail
    How can I restore the MySQL root user’s full privileges? - Stack Overflow
    UPDATE mysql.user SET Grant_priv='Y', Super_priv='Y' WHERE User='root';
    
    FLUSH PRIVILEGES;
    September 30, 2017 01:47:55 PM GMT+02:00 * - permalink -
    QRCode
    - https://stackoverflow.com/questions/1709078/how-can-i-restore-the-mysql-root-user-s-full-privileges
    mysql
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation