MySQL Error
Hey guys im setting up my server, and ive done this before never got this error. In the command prompt, ive created my db and what not using
Code:
create database peq; Code:
source peqdb_Rev1589.sql; Code:
C:\peqdb\peqdb_rev1589.sql; |
It is easiest to start mysql from that directory (peqdb)
|
Yeah that way works. Just start mysql in directroy with files you need to source in.
|
How do I do that? Im going to Start > Run > cmd. How do I start mysql in the peqdb folder? Ive never done that before.
|
Use cd to change directory.
cd / (change to root directory) cd .. (go to parent folder) cd <some dir name> (change into that directory) so on till you are in correct directory. |
Start -> Run -> cmd
cd \peqdb mysql -u(username) -p(password) peq It might tell you that it can't find mysql. If that is the case, you can add it to your environment variables TEMPORARILY by typing set path=%path%;c:\(path to the mysql\bin) and then try running mysql again |
Ah great I got that ty all. Now I keep getting this same frustrating perl error saying entry point not found. So far I have done these steps.
Removed Perl and all perl files off my PC. Reboot. Reinstall. Reboot. instal the cmd commands for perl. reboot. Still nothing, have done this 4 or 5 times now still saying entry point not found im so lost ANY help? I keep reading posts on this but nothing is doing the trick im at a loss because I just re formatted this PC the other day for my server so its fresh. (Using Perl 5.8 the same version I read in 1 of the guides) (Also have the downloadd perl58.dll and over wrote the old 1 in my perl/bin folder and still nothing) |
All times are GMT -4. The time now is 05:34 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.