View Single Post
  #3  
Old 12-16-2012, 12:51 PM
DrDoom
Fire Beetle
 
Join Date: Dec 2012
Posts: 3
Default

i created DB , did everything as stated on the forums to get started , but still says same thing , step by step .

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Andy Chism>mysql -u root -p
Enter password: ********
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 16
Server version: 5.0.96-community-nt MySQL Community Edition (GPL)

Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> source peqdb_rev2214.sql;
ERROR:
Failed to open file 'peqdb_rev2214.sql', error: 2
mysql> peqdb_rev2214.sql.gz;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'peqdb
_rev2214.sql.gz' at line 1
mysql>

tried everything im lost at this point
Reply With Quote