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 Link to comment https://forums.phpfreaks.com/topic/204-mysql-installation-on-win-xp/ 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? Link to comment https://forums.phpfreaks.com/topic/204-mysql-installation-on-win-xp/#findComment-616 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.