InterviewSolution
Saved Bookmarks
| 1. |
I Think I Have Set Up Mysql Permissions Correctly, But Bugzilla Still Cannot Connect? |
|
Answer» Try running MySQL from its binary: "MYSQLD --skip-grant-tables". This will allow you to completely RULE out grant tables as the cause of your FRUSTRATION. However, I do not recommend you run it this way on a regular basis, unless you really want your WEB site defaced and your machine CRACKED. Try running MySQL from its binary: "mysqld --skip-grant-tables". This will allow you to completely rule out grant tables as the cause of your frustration. However, I do not recommend you run it this way on a regular basis, unless you really want your web site defaced and your machine cracked. |
|