creating database tables on mySQL

wxdqz

New Member
I have a file called mysql_catalog.sql located on my web server at

/web/htdocs/mysql_catalog.sql

and it's on a unix virtual shared hosting platform.

I got a database named 'bhes', password, 'bhes', and the database server name is hypothetically 'www.bhes.com'

I need to write some code that will allow mysql_catalog.sql to create the necessary tables in my database.

I can't just telnet into my account and type:

mysql catalog < ./mysql_catalog.sql

As I am being instructed to do... because that would only work on a platform which didn't require a username and password authentication to obtain access to the mysql database.

if someone could please throw me a lifeline? I'm drowning :-(

Rajan
 
Back
Top