
|
|
|||
Installing MySQL on WindowsBy Michael J. Ross2008-02-28
Verifying MySQL Now that you have successfully installed your new MySQL server, you should test it to verify that at least the basic operations work fine. At a command-line prompt, go to the MySQL binary directory (in our example "C:\_a\MySQL\bin"), and run the MySQL monitor program, mysql.exe: cd \_a\MySQL\bin You should be prompted for the password that you had specified during the configuration process. After you enter that, you should see a welcome banner and a command prompt, "mysql>". Welcome to the MySQL monitor. Commands end with ; or \g. You could then go into the MySQL database and list the tables. In fact, exploring the structure of these tables can give you insight into how MySQL works. mysql> use mysql; At this point, you have successfully installed and configured your MySQL database server, and can begin creating databases and everything that can be stored in them. Tutorial Pages: » Introduction » MySQL Already Installed? » Downloading MySQL » Installing MySQL » Configuring MySQL » Verifying MySQL » More Resources |
||||
| About the NetVisits, Inc Network | Write For Us | Advertise Copyright ©2007 NetVisits, Inc Network. All Rights Reserved. Privacy Policy. |
Visit other NetVisits, Inc. sites: |