The Caboteria / Tech Web / DatabaseTips / MySqlNotes (revision 2)
http://www.mysql.com/

Small, fast database for simple tasks like providing services to web servers.

http://www.mysql.com/doc/en/index.html - manual

mysql --host=host --user=user -p database

(as root, connected to mysql database) select host, user, password from user;

show databases;
show tables;
describe table;

MAC

/Library/StartupItems/MySQLCOM/MySQLCOM

Installs into /usr/local/mysql by default.

Edit | Attach | Print version | History: r12 | r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback