Date: 11/29/00
- Next message: Ludwig Gamache: "[PHP-DB] PHP4, unixODBC and Apache on Linux"
- Previous message: Koos van den Hout: "Re: [PHP-DB] "Data Missing" message in Netscape"
- In reply to: Brandon Feldhahn: "[PHP-DB] create database"
- Next in thread: Leonard Tambunan: "Re: [PHP-DB] create database"
- Reply: Leonard Tambunan: "Re: [PHP-DB] create database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Ludwig Gamache: "[PHP-DB] PHP4, unixODBC and Apache on Linux"
- Previous message: Koos van den Hout: "Re: [PHP-DB] "Data Missing" message in Netscape"
- In reply to: Brandon Feldhahn: "[PHP-DB] create database"
- Next in thread: Leonard Tambunan: "Re: [PHP-DB] create database"
- Reply: Leonard Tambunan: "Re: [PHP-DB] create database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

