What is the default port of mysql server?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More MySQL Interview Questions

What you can use regular expression for in mysql?

0 Answers  


What is the maximum length of a table name, a database name, or a field name in MySQL?

4 Answers  


What are the differences between char and varchar?

0 Answers  


I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.

0 Answers  


In mysql, what is the default storage engine?

0 Answers  


What is mysql optimization?

0 Answers  


What is regex in mysql?

0 Answers  


How many rows can mysql handle?

0 Answers  


How do I kill a mysql connection?

0 Answers  


why not null is not allowed at table level

0 Answers   Cognizant,


Is mysql a framework?

0 Answers  


The structure of table view buyers is as follows: +----------------+-------------+------+-----+---------+----- -----------+ | Field | Type | Null | Key | Default | Extra | +----------------+-------------+------+-----+---------+----- -----------+ | user_pri_id | int(15) | | PRI | NULL | auto_increment | | userid | varchar(10) | YES | | NULL | | +----------------+-------------+------+-----+---------+----- -----------+ the value of user_pri_id the last row 2345 then What will happen in the following conditions? Condition1: Delete all the rows and insert another row then. What is the starting value for this auto incremented field user_pri_id , Condition2: Delete the last row(having the field value 2345) and insert another row then. What is the value for this auto incremented field user_pri_id

2 Answers  


Categories