What is mysql default port number?
Is mysql a framework?
How can you move the master database
What is row locking in mysql?
can you tell how can you display the maximum salary in sql? : Mysql dba
Why do we use the mysql database server?
Hi! I’m doing one Project in vb.net 2008 using mysql .In that Project have the following Issues.. 1.if one Employee getting Salary 1.2 lacs / annum means .. After he getting 1st month Salary i want to show remaining 11 month salary.. How can i Create Trigger for this Problem & How can i use it..
What is unsigned int in mysql?
How many tables will create when we create table, what are they?
1)for snapshot replication which agents used? 2)for Transcation replication which agents used? 3)for merge replciation which agents used?
What is save point in mysql?
What sql does mysql use?
if we want to load data from a text file into a mysql table, but the columns in table are 1st: code(int) and 2nd: city(varchar), but in text file the format is 1st cityname and then code separeted by delimeters. how to load?