How to dump a table to a file with 'mysqldump'?
What is mysql data directory?
How do I disable mysql?
What is dump in mysql?
when i declare date data type in sql ,i inserted the date 22-10-2012,but my result is in different date 1894-07-11 any one pls help me what's wrong in my query Create table orders(od_id int,od_name varchar(10),od_date date) insert into orders values(1,'sai',22-10-2012) and any one pls suggest what i can learn for 3 years real time experenice in sql because i am looking for database field
How do I know if mysql is installed on windows?
What does it mean to be case sensitive?
What is blob in mysql?
How do you login to MySql using Unix shell?
What are the three types of queries?
how to display nth highest salary from a table in a mysql query? : Mysql dba
Which is faster innodb or myisam?
How to represent ENUMs and SETs internally?