Forum Moderators: mack
In either casee Xampp bundles with Phpmyadmin. You can use this tool to excecute your sql.
On Linux you can log in via shell or enter your console if your using the local machine and type
mysql
This will open the mysql clint. Type --help for more info when in there.
Mack.
[mysql.com...]
It's a graphical user interface for mysql. It lets you carry out a lot of features using nothign more that point and click. It also allows you to excecute sql queries directly.
Mack.