This is version . It is not the current version, and thus it cannot be edited.
Back to current version   Restore this version

MySQL Database#

"mysql" is the name of the command line utility.

“MySQL Workbench” is the gui utility

“root” is the top level user.

mysql -u USER -pPASSWORD DBNAME

mysql commands#

status;

show databases;

show tables;

use DBNAME;

exit

drop database ABC;

create database XYZ;

describe TABLE;

show create table TABLE;

Add new attachment

Only authorized users are allowed to upload new attachments.
« This particular version was published on 14-Apr-2016 17:53 by BlakeMcBride.