Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

problem with mysql

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Jonno2002
Posts: 2
Joined: 2005-08-14 11:15

problem with mysql

#1 Post by Jonno2002 »

hi im having trouble restoring my database with mysql, im using the xampp package but when i try and run a mysql command it doesnt work for example:

Code: Select all

explora:/opt/lampp/bin# mysql -uroot -p******** ipb < ipb.sql
bash: mysql: command not found
explora:/opt/lampp/bin#
before trying debian i was using damn small linux and i didnt have this problem, i dont know why its saying command not found when the "mysql" file is right in that directory.

the webserver is working fine and mysql runs fine but i just cant run that command.

if it helps im using a fresh install using the netinstall so its just a minimal installation so i can get a webserver up and running

im a linux newbie so any help is apreciated

Jonno2002
Posts: 2
Joined: 2005-08-14 11:15

#2 Post by Jonno2002 »

figured it out :D i had to type "./mysql" instead of "mysql" for some reason, it worked in damn small linux the other way but oh well its done now so its all good

Post Reply