Answer Posted / guest
/etc/init.d/mysql start .
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the use of mysqli_num_rows?
How do I edit a database in mysql workbench?
How do I optimize a selected query in mysql?
How do I free up space in mysql?
How do I download a mysql community server?
How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.
Is mysql port 3306 tcp or udp?
What does mysql_query return?
How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.
What is mysql installer?
How do I rename a mysql database?
How do we delete a row in a table?
What is select query in mysql?
Is mariadb faster than mysql?
I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?