MySQL
by kirk , 3 pages, modified on
Frequently used commands of the open source database.

  1. Find out warnings and errors
    show errors

    show warnings
    1
  2. Transaction
    set autocommit = 0;

    begin;

    -- do stuff

    commit;

    -- or

    rollback;
    2
  3. Find out internally generated fk_symbol

    show create table <table name>;
    3

Most Viewed Notebooks
  (last 7 days)

Ice Creams (76) by lizagiga
ClassVoteSigma (67) by lizagiga
Pandemics (48) by byroncallas
Free summer events in bay area (16) by nancy
Presidents (141) by dmoz
Obama not Muslim (10) by sunilpaul
liza's looks (180) by lizagiga
Venture Capital Firms (CleanTech) (15) by CleanTech_Human_Capital
iLEONARDO.com PRESS (31) by josh
central florida - orlando (12) by kirk

Latest Notebooks

Virtual Worlds Research (11) by ckpicker
Power Generaton - Solar - Photovoltaics (companies and research) (1) by CleanTechies
Power Generation - Solar - Solar Thermal (companies and research (1) by CleanTechies
Services - CleanTech Financing - Project Finance (3) by CleanTechies
Services - CleanTech Financing - Venture Capital (1) by CleanTechies
Media X Seminars (3) by MediaX
Exercise for the Elderly (2) by rmchen
Services - Demand Response (1) by CleanTechies
Power Generation - Solar Companies (1) by CleanTechies
Energy Infrastructure - Intelligent Network Devices (1) by CleanTechies

More notebooks...