Page 1 of 1

databases

PostPosted: 24. October 2007 14:28
by abytes
how can i create more then one data base in mysql or phpmyadmin using defrent name and password?

PostPosted: 24. October 2007 14:53
by Wiedmann
how can i create more then one data base in mysql

http://dev.mysql.com/doc/refman/5.0/en/ ... abase.html

using defrent name and password?

Only MySQL user have a name and password (not databases). But an user can have access to only one database.
http://dev.mysql.com/doc/refman/5.0/en/grant.html