Oct 17, 2001 #1 Parody Technical User Oct 16, 2001 2 SG I'm trying to learn how to install mysql on my home PC. Could anyone help point me to some site where there's information for newbies? Also, I managed to lock myself out somehow by denying all connections from localhost. Anyway I can get myself back in?
I'm trying to learn how to install mysql on my home PC. Could anyone help point me to some site where there's information for newbies? Also, I managed to lock myself out somehow by denying all connections from localhost. Anyway I can get myself back in?
Oct 18, 2001 #2 Broccoli2 MIS Mar 26, 2001 161 GB Try the main MySQL site - http://www.mysql.com - for installation help. To get back in to your MySQL server, restart Code: mysqld with the Code: --skip-grant-tables option, then edit the tables in the Code: mysql database (or alternatively use Code: GRANT ), then restart Code: mysqld normally. -Rob Upvote 0 Downvote
Try the main MySQL site - http://www.mysql.com - for installation help. To get back in to your MySQL server, restart Code: mysqld with the Code: --skip-grant-tables option, then edit the tables in the Code: mysql database (or alternatively use Code: GRANT ), then restart Code: mysqld normally. -Rob