Q&A

Q1:Is there a more graphical way to manipulate databases and tables than the command-line methods like mysql?
A1: The mysql, mysqladmin, and other client programs require you to type commands longhand, but they are standard components of the MySQL client distribution and highly versatile, which is why you're advised to learn how to use them. If you prefer a more graphical method, you could try the phpMyAdmin program. This provides a convenient Web-based interface for almost all of MySQL's functions with minimal typing. However, to best learn MySQL's functionality and language, we recommend that you stick to the command-line programs while you're studying this book.
Q2:How many databases or tables can be supported on a MySQL server?
A2: MySQL ...

Get Sams Teach Yourself MySQL in 21 Days, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.