I'm running phpmyadmin on our Cobalt Raq3 server and I'm about to upload a php/mysql database site that I have been working on. The problem I have is that I can't seem to create a new user. In phpmyadmin, there is no user table visible (not sure if this is correct), when I login as root. If the table should not be visible, how do I create new users. I've tried using:
GRANT SELECT on *.* to visitor@'%' identified by 'password'
but it says 0 rows affected. I'm assuming that this means there is no effect?
Please help
Peter Jones
GRANT SELECT on *.* to visitor@'%' identified by 'password'
but it says 0 rows affected. I'm assuming that this means there is no effect?
Please help
Peter Jones