Emidio Planamente 's Homepage

Home GNU/Linux Programming Technology Sport Others Contact

C++ (and C)

  Boost (Smart Pointers)
  C++ Reference
  C++ Resources
  Dinkumware
  Reference Guide


Html


MySql

  Freaks
  Manual


Perl

  Perl 4
  Perl 5
  Perldoc


Php

  Freaks
  Php


Shell

  ABS
  Bash Reference


HTML validator CSS validator

 

Using MySQL databases

C++

Html

MySQL

Perl

Php

Shell


1. Database

2. Table


1. Database


1.1. Select database


  USE mydatabase;


2. Table


2.1. Delete table


  DROP TABLE IF EXISTS `mytable`;


or simply


  DROP TABLE `mytable`;



C++

Html

MySQL

Perl

Php

Shell


Emidio Planamente

Last modified on 2024-08-02