Answer Posted / aditya
mysql -u root -p
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is a definer?
How to use 'mysql' to run sql statements?
What is mysql community server?
What is mysql_connect?
How large can a mysql table be?
What is pdo mysql?
using primary can we relate two table, with out foreign key?
What is relational database in mysql?
How many ways to get the current time?
What is mysqlcheck do?
What is mysql vs sql?
What is row level locking in access?
Why we use mysql workbench?
How do I restore a mysql database?
i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?