topical media & game development

talk show tell print

mashup-delicious-07-delicious-summary2-delicious-summary2.sql / sql



  create database delicious_summary2;
  
  grant all on delicious_summary2.* to 'delicious_sql'@'localhost' identified by  'password';
  
  set password for 'delicious_sql'@'localhost' = old_password('password');
  
  use delicious_summary2;
  
  create table linkroll (
      time_retrieved datetime not null,
      serialized_data_array blob not null,
      index linkroll_time_retrieved (time_retrieved)
  );
  
  /* note: other tables are created as you complete the project! please see the book for more information */


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.