View Single Post
  #14  
Old 03-26-2004, 08:44 PM
Angelishes
Fire Beetle
 
Join Date: Mar 2004
Posts: 28
Default Ehh stuck

I was trying to follow this tutorial and set this all up i got this far

2. Right-click the desktop, go to New > Text file, name it MySQL.bat, edit it to include this and then save it.

Code:
cd\mysql\bin
mysql -u root mysql


anytime you need to enter something in the MySQL command line just run MySQL.bat.

3. Run MySQL.bat and type:

Code:
grant all privileges on *.* to username@localhost identified by 'password' with grant option;


(replace username/password with your winmysqladmin username//password)

Press Enter....type:

Code:
create database eq;


Press Enter....type:

Code:
use eq;


Press Enter....type:

Code:
source MW055_alpha_02.sql;


Lots of stuff should fly by with no errors. Type:

Code:
quit

I right clicked the desktop make the text file named it that wrote cd\mysql\bin
mysql -u root mysql that in it saved it and then ughh my nooberness kicked in and i just got confused it says to run the file and type all that stuff in and ugh maybe im missing somthing but i dont understand it how do u run a text file do i just type all that stuff in there or isnt it suppost to be a text file anymore.. help please lol

P.S. can somone explain to me the diffrence between External IP and Internal IP .. and a fast way to figure out what both are.. i have Windows 98 SE and run dsl on my computer which is hooked up to a router with 4 other computers..
Reply With Quote