Re: [PHP-DB] create database From: Johannes Janson (johannes.janson <email protected>)
Date: 11/29/00

Hi,

just open notepad, and put in usual MySQL syntax like Create database name
(id int(2) ....);
Save it with any extension you like. Then run the following in the command
line: 'mysql -u user -p < file.extension'
file has to be in the bin directory of MySQL.

Hope this helps....OOOPS. soory i just saw you were asking for a way to
create a DB with notepad. Sorry no idea. I even tend to saying 'not
possible'. Just use 'mysqladmin' or the command line.

Otis

"Brandon Feldhahn" <BrandonFeldhahn <email protected>> schrieb im Newsbeitrag
news:3A24AC7F.6D812BED <email protected>
> How do i create a database in notepad using MySQL and PHP? I need to
> create a database one a localhost, name, and password.
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-db-unsubscribe <email protected>
> For additional commands, e-mail: php-db-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>