close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Changes between Version 4 and Version 5 of waue/2010/0831


Ignore:
Timestamp:
Sep 3, 2010, 12:04:34 PM (16 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2010/0831

    v4 v5  
    2828
    2929 * [http://www.mysql.com/products/connector/ mysql 的 jdbc 驅動程式]
     30
     31
     32
     33{{{
     34mysql> grant all on school.* to waue identified by 'wauenchc' with grant option;
     35
     36}}}