cannot create mysql databases

Hello i am evaluating scriptcase, i just installed this file scriptcase_install_es_es_v8.1.008.exe
i log in as admin when i try to create a project in the part of mysql databases, i cannot create a mysql database and is any listed, so my question is
with this installer it shoud be installed a mysql version? or i need to install mysql for my own?
thanks you.
and sorry for my bad english

Mysql dont comes in the installer,needs to be installed

Thanks for the reply i installed myswl using xamp just running myswl and looks is working. Now is annoying each single.example on youtube they import the database and tables . The db and tables creation is crucial cannot find any guide for the right way to make tables on the db for proper work with scriptcase. I need information how create tables for scriptcase.
Thanks you

[QUOTE=bambanx;41017]Thanks for the reply i installed myswl using xamp just running myswl and looks is working. Now is annoying each single.example on youtube they import the database and tables . The db and tables creation is crucial cannot find any guide for the right way to make tables on the db for proper work with scriptcase. I need information how create tables for scriptcase.
Thanks you[/QUOTE]

Don’t understand. SC is to work over existing tables on a databsae, SC don’t create the tables.

You just need mysql installed and create a connection to that. Create a database ‘sample’ using phpMyAdmin or similar. ONce you have a database running you can load the samples which will create the tables for you. Wamp or Xamp is nice for the MySQL, but you don’t need the webserver and apachestuff as that comes with scriptcase. Only when you want to deploy it might come in handy. But… while evaluating you cannot deploy.

You can use tools like Toad or Navicat. It is very easy to create databases, tables, views etc. After that you just make a connection from SC to your mySQL database.

www.LiviApps.com (Scriptcase International)
www.OwenSolution.com (Scriptcase Indonesia)

This is a good tool for MySQL table management: https://www.phpmyadmin.net/

Here’s another good one: http://www.navicat.com

Anything you can do with these tools, can also be done by hand for managing your MySQL databases.

[QUOTE=bambanx;41017]Thanks for the reply i installed myswl using xamp just running myswl and looks is working. Now is annoying each single.example on youtube they import the database and tables . The db and tables creation is crucial cannot find any guide for the right way to make tables on the db for proper work with scriptcase. I need information how create tables for scriptcase.
Thanks you[/QUOTE]

I prefer HeidiSQL: http://www.heidisql.com/

HeidiSQL is the best free application IMHO, and Adminer for on-site deploy.
For more advance needs, Navicat or SQLyog (I’m partner) are gorgeous, and are cheap. Navicat and SQLyog has an HTTP tunnel thath is very very usefull.

Thanks you guys i got it.