| | wenever i assign priviledges to a MySQL databases, it seems to work properly but this message is always there QUOTE bitshift_wforumu (Privileges: ALL PRIVILEGES) Connection Strings Perl $dbh = DBI->connect("DBI:mysql:bitshift_wforum:localhost","bitshift_wforumu","<PASSWORD HERE>"); PHP $dbh=mysql_connect ("localhost", "bitshift_wforumu", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("bitshift_wforum"); My database name is: bitshift_wforum the username is: bitshift_wforumu What does all that maen, it displays it anytime i grant priviledges on any mysql server to any user note: i am new to all this MySQL stuff |


