MySQL

MySQL is an open source database engine.

Contents

[edit] 1 References

  • 5.0 and 5.1 reference manuals

[edit] 1.1 O'Reilly Safari Library

[edit] 2 Quick Command Line Notes

[edit] 2.1 Show databases

show databases;

[edit] 2.2 Creating a database

create database DBNAME;
# Grant permissions to a user
GRANT ALL ON DBNAME.* to 'USER'@'local';
Facts about MySQLRDF feed
XHTML 1.1 CSS 2 Sec 508