Installing MySQL on Windows
Once you have successfully downloaded the Windows version, installing it is a breeze… trust me!
(The installation steps below have be tested on Win95 and Win98 using mysql-shareware-3_22_34-win.zip
|
« Previous
|
Next »
|
Installing MySQL on Linux It's simple to install MySQL on Linux using the RPM file. Become the superuser if you are working in your account. ...
Creating a database In this section of the MySQL primer we will learn how to create a database. The commands for creating a database in ...
MySQL tables Now that we've created our employee_data table, let's check its listing. Type SHOW TABLES; at the mysql prompt. This should present you with ...
MySQL Date column type part 1 Till now we've dealt with text (varchar) and numbers (int) data types. To understand date type, we'll create one ...
Downloading MySQL MySQL is available for Windows, Linux and other Unix variants. The Windows version is a shareware, which must registered after evaluation. I learnt ...