Great SQL tutorial
Great site broken down into sections , great for reference
http://www.webdevelopersnotes.com/tutorials/sql/index.php3
also note to self,
use cmd to browse to mySQL/MySQL Server 5.0
then use mysql -u root -p
and wait to be prompted for a password,
Key Commands
show databases;
use database_name;
show tables;
descibe table_name;
http://www.webdevelopersnotes.com/tutorials/sql/index.php3
also note to self,
use cmd to browse to mySQL/MySQL Server 5.0
then use mysql -u root -p
and wait to be prompted for a password,
Key Commands
show databases;
use database_name;
show tables;
descibe table_name;
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home