2.Search for the following line
“magic_quotes_gpc=off”
and change it to
“magic_quotes_gpc=on”
Using the same method search for
“Register_globals=off” and “display_errors=off”
and change their values to “on”
My SQL installation on Windows
1. Create a “mysqltem”
named temporary directory.
2. Unzip the My SQL file to this directory.
3. You will find a file named “setup.exe”
after unzipping is finished.
4. Now browse to the setup file and double click it.
5. The installation wizard will be started which will
guide you rest of the installation process.
6. Select the “Typical” installation type
and click “next”.
7. It will install the My SQL in the “C:\mysql”
directory.
8. Now restart the machine.
9. Run the MS-DOS session and move to “c:\mysql\bin”.
10. Type the following
mysqld-shareware --standalone
OR (in later versions)
mysqld
11. It will run the My SQL server.
12. The prompt is changed to the “mysql”
prompt.
13. Type “show databases” at prompt to
test the My SQL server.
14. It will display like “database My SQL test”
My SQL has been successfully installed
Configuring My SQL
1. When the My SQL server configuration
wizard has started, click “next” button
to continue.
2. Choose the “Detailed Configuration”
option and click “next”
3. In the next step, you will be asked to choose the
server type. It is recommended that you choose “server
machine” option and click “next”.
4. Now select the “Multifunctional Database”
option and click next.
5. In the next step choose the “decision support
/OLAP” and press next.
6. Now click the “enable TCP/IP networking”
option and “Enable strict Mode” and then
click “next”.
7. Now click the “execute” button and
then click finish to end the configuration.
My SQL has been successfully configured
|