Page 1 of 1

well Mysql may used by the CF Server 9 developer

PostPosted: 23. February 2011 14:43
by lse123
I have installed http://www.apachefriends.org/en/xampp-windows.html ..WAMPP, well Mysql may used by the CF Server 9 developer, although my book use Apache Derby embedded to cf server?

I installed in default directory c:/xampp/ , well how run MySQL (command line) Monitor? This to create a db, tables and, import data in files.txt...to database? better use PHPMyAdmin instead?

Re: well Mysql may used by the CF Server 9 developer

PostPosted: 05. March 2011 00:30
by glitzi85
With command line monitor i assume you mean the command line client of MySQL?
Open a command shell (Start -> Run -> cmd.exe) and navigate to the mysql bin directory (cd C:\xampp\mysql\bin\) and execute the mysql client:
Code: Select all
mysql -u username

Add -p to the end if your user has a password set.

glitzi

Re: well Mysql may used by the CF Server 9 developer

PostPosted: 05. March 2011 16:03
by lse123
Please answer ASAP!

Mysql may used by the CF Server 9 developer, although my book use Apache Derby embedded to cf server?
how/where I insert tomcat web folders in xampp folder structure for run local host?
Mysql/Java db driver is included in xampp so i can run java database desktop apps and jsp/servlet database web apps, locally, without driver installations?