> > mysql> CREATE USER 'user'@%' identified by 'staff'; > '> GRANT ALL ON *.* TO 'c4p_user'@%'; >
If you notice the second line it starts with a ', which means the previous line has an unclosed quote. The @%' bit should be @'%' -- Stuart Clark mailto:[EMAIL PROTECTED] http://www.Jahingo.com/ _______________________________________________ Peterboro mailing list [email protected] https://mailman.lug.org.uk/mailman/listinfo/peterboro
