What is localhost in mysql?


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

Post New Answer

More MySQL Interview Questions

How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.

0 Answers  


How do I select a database in mysql workbench?

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  


What is a mysql model?

0 Answers  


Is oracle mysql free?

0 Answers  


How many rows mysql can handle?

0 Answers  


maximum database size of mysql database

2 Answers  


What is difference between unix timestamp and mysql timestamp?

0 Answers  


What does mysqli stand for?

0 Answers  


What are the functions of commit and rollback statements?

0 Answers  


How can I see connections in mysql?

0 Answers  


What is root password?

0 Answers  


Categories