View Single Post
Old 2003-09-07, 07:54 AM   #7
venturi
No offence Apu, but when they were handing out religions you must have been out taking a whizz
 
Join Date: Apr 2003
Location: An Oasis atop a High Desert Mesa
Posts: 282
Send a message via ICQ to venturi
Almost right there Nickk.

first log into mySQL as Nickk said. But do not do the "use" command yet.

type: create database <databasename> \g
type: use <databasename> \g
type: grant all on <databasename> for <youruser> \g

Then you can add tables, etc.
You may have to have root access in order to do the above, depending upon your account settings with your host.
venturi is offline   Reply With Quote