MsShelle Posted March 8, 2003 Share Posted March 8, 2003 Hello All, I recently downloaded MySQL 3.23 as well as php 4.3 so that I could test my scripts locally without having to upload to my web server all the time. Which brings me to the problem I am having now.... I am reading over the MySQL manual but I easily got lost.....I am running Win XP and I made sure I downloaded the one for my system but now that I ran the setup and all the files are there....How do I start it?? I know stop laughing! It\'s a truly newbie question but I cant seem to find the answer..... Thanks In Advance MsShelle Quote Link to comment Share on other sites More sharing options...
shivabharat Posted March 8, 2003 Share Posted March 8, 2003 Ok I guess u myst be having a mysql directory in ur c:mysqlbin Now in that \"winmysqladmin.exe\" run this exe and u will see the mysql in your system tray. Now if u click on it u will see all ur settings etc. Now if u want to create database go to command prompt c:mysqlbin>mysql mysql> CREATE DATABASE test mysql> use test mysql> create table...command I guess this helps? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.