View Single Post
  #108  
Old 02-25-2010, 12:48 AM
Eva Aisling
Sarnak
 
Join Date: Feb 2010
Posts: 49
Default

I didn't understand instructions at #10 on how to use heidisql, so I used method suggested by this user:

Quote:
Originally Posted by spidey1170 View Post
I used a CL (command line) input into mysql for this:

Click on START, RUN and type CMD, this will pull up a command line interface

Next, type (without quotes): "mysql -u root -p"
Enter your password when prompted

Type "\u peq" and hit ENTER

Then you are able to type in the sql query, hit ENTER and it should work. Hope that helps =)...
I ended up with this error:
ERROR 1146 (42S02): Table 'peq.tblloginserveraccounts' doesn't exist
mysql>

Any input or advise would be greatly appreciated!
Reply With Quote