Shared Tutorials New
Website Development
2D & 3D Graphics
Audio & Video Editing
Databases
Desktop Programming
Operating Systems
Business Applications
Miscellaneous
Selected Reading
© 2011 TutorialsPoint.COM
|
Shared Tutorials Directory
Tutorials Shared by the Community
-
http://javarevisited.blogspot.com/2010/10/frequently-used-mysql-comman...
Tutorial Statistics
ere are some more mysql commands from which is very useful for anyone working with mysql database. this are very useful for application developer which is going to use mysql database for there applications.
Increasing no of connections for mysql --------------------------------------------- You can increase this value in main config file (e.g., /etc/my.cnf) using this syntax:
[mysqld] set-variable=max_connections=250 More detail...
|
|
|