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!
--
Mark Rogers // More Solutions Ltd (Peterborough Office) // 0845 45 89 555
Registered in England (0456 0902) at 13 Clarke Rd, Milton Keynes, MK1 1LG
_______________________________________________
Peterboro mailing list
[email protected]
https://mailman.lug.org.uk/mailman/listinfo/peterboro