Answer Posted / mohamed yasin
/etc/init.d/mysql start
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between mysql_fetch_assoc and mysql_fetch_array?
Consider you have the following three tables which have to be linked together.
What are the applications required to support mysql?
Is mysql frontend or backend?
What are the functions used to encrypt and decrypt the data present in mysql?
What are the non-standard sql commands supported by 'mysql'?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
What is mysqli_result?
How do I restore a mysql database?
How important is to list the column names when doing an insert?
What is the default port for mysql and how it can change?
How to create and drop view in mysql?
Can not connect to mysql server 10060?
Why do we use views instead of tables?
What is innodb mysql?