Posts by Up_One • 171 points
2 posts
-
1
votes1
answer339
viewsA: Installation My SQL
1-check services installed by Mysql. 2- Check whether the Mysql service has been installed and what its status is (stopped or started)…
-
6
votes3
answers17226
viewsA: Difference in Index Unique and Unique Constraint usage in Mysql?
KEY and INDEX are synonyms in Mysql. They mean the same thing. In the database you would use indexes to improve data recovery speed. An index is typically created in columns used in clauses JOIN,…