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;
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This particular version was published on 14-Apr-2016 14:23 by BlakeMcBride.
JSPWiki v2.10.4