View Single Post
  #26  
Old 02-09-2013, 12:08 PM
rlie_0
Sarnak
 
Join Date: May 2011
Location: usa
Posts: 94
Default

The step im having trouble with is making the database...I go into the cmd window and it says I have made the databases...no clue where they are at tho. when I head into Navicat, and open Localhost_3306 then go down to peq, the Tables, Views, Functions, Events, Query tabs within it are clear of anything inside them. This correct or there something im missing?

When i go into the cmd window i do this;

cd/peqdb
mysql u-root -p
Enter password: XXXXXXXXXXXX
Create database peq; (I get an error states its already there)
Use peq

source peq_rev2294.sql (wait awhile)

Then finally enter

source load_player.sql

then close the window and look in Navicat. Once I get into there I look under local connection, open it, look at the peq database, nothing inside it...
Reply With Quote