摘要:
Example 4.1:CREATE USER 'BOOKSQL'@'localhost' IDENTIFIED BY 'BOOKSQLPW'Example 4.2:GRANT ALL PRIVILEGES ON *.* TO 'USER'@'localhost' WITH GRANT OPTIONExample 4.3:CREATE DATABASE TENNISExample 4.4:USE TENNISExample 4.5:CREATE TABLE PLAYERS (PLAYERNO INTEGER NOT 阅读全文
posted @ 2012-06-24 01:07
Greyed Wolf
阅读(973)
评论(0)
推荐(1)
2012年6月24日