-
Daily Popular
- 10 Steps: MySQL Monitoring through Nagios: Install & Configure
- Collection for insulting – one liners
- Calculate Mysql Memory Usage – Quick Stored Proc
- MyDumpSplitter-Extract tables from Mysql dump-shell script
- How to echo colored text in linux shell script
- Audit-Checking login history-to know WHO DID THAT on Redhat Linux
- MySQL Stored procedure – Split Delimited string into Rows
- MySQL Function to Convert Date To Words
- MySQL Memory Usage Limits on 32 bit Linux
- Load Delimited Data (csv, excel) into MySQL Server
-
comments Archive
-
SQL syntax with /*! c-style comments in MySQLdump
Posted on March 11, 2010 | 1 CommentMore...In mysql we have — , /* and /*! comments. This post is mainly about very basic c-style comments. /*! : C-Style comments in MySQL We normally see comments in...