Changes between Version 3 and Version 4 of adeiSUSE

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
07/02/10 14:54:24 (14 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiSUSE

    v3 v4  
    4747zypper install phpMyAdmin 
    4848}}} 
     49creating initial administrative account 
     50{{{ 
     51CREATE USER 'admin'@'localhost' IDENTIFIED BY 'pass'; 
     52GRANT ALL ON *.* TO  'admin'@'localhost' WITH GRANT OPTION; 
     53}}}