some question about create db

2001-05-04 Thread mario . lat
I have to create a database from an application (written in perl) how can I do? how can I create a db if the user is not a root? which command can I use? Thank you in advance, Mario. - Before posting, please check:

Re: some question about create db

2001-05-04 Thread Brian Warn
, mysql expects a table listed after -uroot, but it might work if sql_command_file has 'create database db name here' in it. -Brian - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 04, 2001 8:34 AM Subject: some question about create db I have

Re: some question about create db

2001-05-04 Thread Siomara Pantarotto
with mySQL??? What is the sintax for calling a script like these? Thanks siomara From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: some question about create db Date: Fri, 4 May 2001 17:34:59 +0200 I have to create a database from an application (written in perl) how can I do? how can I