Additions:
MysqlAdmin
MySqlCommand
MysqlDump
MySqlCommand
MysqlDump
Deletions:
mysqldump
mysql
Additions:
MySqlFunctions
Additions:
MySqlDataDefinition
Additions:
==Other MySql Client Utilities==
[[http://dev.mysql.com/doc/refman/4.1/en/client-utility-overview.html MySql Client and Utility Programs]]
[[http://dev.mysql.com/doc/refman/4.1/en/client-utility-overview.html MySql Client and Utility Programs]]
Deletions:
MySqlDataDefinition
Additions:
===MySQL Management & Operation===
MySqlAdministration
MySqlDataDefinition
MySqlDataManipulation (SIUD aka CRUD)
===MySQL GUI Tools===
===MySQL Command Line Tools===
MySqlAdministration
MySqlDataDefinition
MySqlDataManipulation (SIUD aka CRUD)
===MySQL GUI Tools===
===MySQL Command Line Tools===
Deletions:
==MySQL GUI Tools==
==MySQL Command Line Tools==
==MySQL User Management==
MySqlCreateUserPermission (use mysql or WebMin)
MySqlCreateUserDatabase (use mysql or WebMin)
==MySQL Administration==
MySqlFlush
Note : After you've changed permissions you need to flush the privileges
%%
> flush privileges
%%
MySqlShow
==MySQL Data Definition==
MySqlCreateDatabase (use mysql or WebMin)
MySqlCreateTable
MySqlAlterTable
MySqlDescribe
MySqlExplain
==MySQL Data Manipulation (SIUD aka CRUD)==
MySqlSelect
MySqlInsert (including "insert ... select" )
MySqlUpdate
MySqlDelete
Additions:
mysqladmin
mysqldump
mysql
==MySQL Administration==
MySqlFlush
Note : After you've changed permissions you need to flush the privileges
MySqlDescribe
MySqlExplain
mysqldump
mysql
==MySQL Administration==
MySqlFlush
Note : After you've changed permissions you need to flush the privileges
MySqlDescribe
MySqlExplain
Deletions:
After you've changed permissions you need to flush the privileges
Additions:
==MySQL Data Manipulation (SIUD aka CRUD)==
Deletions:
Additions:
==MySQL User Management==
After you've changed permissions you need to flush the privileges
> flush privileges
After you've changed permissions you need to flush the privileges
> flush privileges
Additions:
>>http://dev.mysql.com/
>>===MySQL Design & Query===
==MySQL GUI Tools==
==MySQL Command Line Tools==
==MySQL Data Definition==
MySqlCreateTable
MySqlAlterTable
==MySQL Data Manipulation==
>>===MySQL Design & Query===
==MySQL GUI Tools==
==MySQL Command Line Tools==
==MySQL Data Definition==
MySqlCreateTable
MySqlAlterTable
==MySQL Data Manipulation==
Deletions:
===MySQL Command Line Tools===
===MySQL GUI Tools===
===MySQL Data Definition===
===MySQL Data Manipulation===
Additions:
====MySQL Design & Query====
SQL Design & Query
===MySQL Command Line Tools===
%%
$ mysql
%%
===MySQL GUI Tools===
[[http://dev.mysql.com/downloads/workbench/1.0.html MySQL Designer]] & DB Reverse Engineering tool
[[http://dev.mysql.com/downloads MySQL Administrator]]
[[http://dev.mysql.com/downloads/query-browser/1.1.html MySQL Query Browser]]
===MySQL Data Definition===
===MySQL Data Manipulation===
MySqlSelect
MySqlShow
MySqlInsert (including "insert ... select" )
MySqlUpdate
MySqlDelete
SQL Design & Query
===MySQL Command Line Tools===
%%
$ mysql
%%
===MySQL GUI Tools===
[[http://dev.mysql.com/downloads/workbench/1.0.html MySQL Designer]] & DB Reverse Engineering tool
[[http://dev.mysql.com/downloads MySQL Administrator]]
[[http://dev.mysql.com/downloads/query-browser/1.1.html MySQL Query Browser]]
===MySQL Data Definition===
===MySQL Data Manipulation===
MySqlSelect
MySqlShow
MySqlInsert (including "insert ... select" )
MySqlUpdate
MySqlDelete
Deletions:
http://dev.mysql.com/downloads/workbench/1.0.html
====MySQL Query Browser====
http://dev.mysql.com/downloads/query-browser/1.1.html
====MySQL Create Database====
====MySQL Create User Permission====
====MySQL Create User Database Access====