How to create a new table in mysql?
What is the default port for mysql and how it can change?
What is a deterministic function?
List the different types of normalization?
How do I find users in mysql?
How to decrement dates by 1 in mysql?
What are different types of queries?
How do you know if your mysql server is alive?
How do I grant privileges to a user in mysql phpmyadmin?
How do you stop an access query?
What is slow query log 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
What is general log in mysql?