Mark I've got a bit further.
There is a database called peterboro. The sql file wants to create a database called gpbroadband, which is whats being denied as far as I can tell. How do I import just the tables from the sql file to the peterboro database? Stu On Wed, 2007-04-11 at 16:17 +0100, Mark Rogers wrote: > Stuart Bird wrote: > > I can access mysql, but when I try and do anything, such as create > > database, I get access denied. > > > > I ask one of the LUG team. > > > My guess would be that there is a database there we can use but we can't > create new ones, in which case you'll need to bring the tables across > into it. It'll probably be called "peterboro", at a guess. What does > show databases > tell you? Assuming it gives you lots of results, what does > show databases like 'pet%' > tell you? > > If there's a database there, you should be able to remove and "create > database" commands from the SQL script, stick "use peterboro;" (or > whatever) at the top of the script, and import away! > _______________________________________________ Peterboro mailing list [email protected] https://mailman.lug.org.uk/mailman/listinfo/peterboro
