I'm trying to import a database from Wamp to Xampp. I run Lampp first, then go to /opt/lampp/bin and run:
mysql (or mysqladmin ?) -u root -h localhost
but I get:
mysql: command line not found
Why isn't it working?
|
|
Typically the current directory ( You can either call it explicitly:
Or you could add the folder to your PATH:
|
|||||
|