The project's source code is available under terms of the GNU General Public License, as well as under a variety of proprietary agreements. MySQL is owned and sponsored by a single for-profit firm, the Swedish company MySQL AB, now a subsidiary of Sun Microsystems, which holds the copyright to most of the codebase.
source : wikipedia.org
| MySQL Connect | MySQL Database |
| MySQL Tables | MySQL Insert |
| MySQL Update | MySQL Select |
| MySQL Update | MySQL Delete |
LINUX
Start Server
/sbin/service mysqld startStop Server
/sbin/service mysqld stopalternative is: pkill mysqld
Restart Server
/sbin/service mysqld restart





0 comments:
Post a Comment