: Hi,
: I'm newbie to Mysql. Could someone tell me how to create new database winmysqladmin.exe? The dropdown menu I get is "Flush host, Flush table, .." nothing related to create datebase in Database tab.
:
: Your help is greatly appreciated
:
Just send the following query to your MySQL-Database host:
CREATE DATABASE `test`
This would create a database named "test". Now you should install some tool like "phpMyAdmin" to grant rights for some users on this database. Never use user "root" and no pass...
best regards,
sebastian mohrenstecher
executive secretary
net::allies
www.net-allies.de
info@net-allies.de