How To Use Vanilla Forum On MySQL Database Without Password Set mysql 데이터베이스를 사용하는 방법에 공개 토론을 바닐라 비밀 번호를 설정하지 않고
First of all I want to make it clear that having a MySQL database without a password set (on your root account) is a very very bad idea. 첫 번째의 모든 곳으로 만들고 싶어요 그것은 참 mysql 데이터베이스를 선명하게 비밀 번호를 설정하지 않고, (당신의 루트 계정)는 아주 나쁜 생각합니다. However I wanted to set it up on my home machine which has XAMPP installed. 그러나 나는 내 고향에서 설정을 부전승 기계가 설치되어있습니다. And XAMPP by default creates a root account for MySQL without any password. 그리고 부전승 기본적으로 비밀 번호없이 mysql에 대한 루트 계정을 만듭니다. I had several applications installed in that configuration. 나는 그 구성을 여러 응용 프로그램을 설치합니다. So I tried to do the same with Vanilla. 그래서 난 바닐라 이와 같은 행동을 시도합니다. However Vanilla wouldn’t allow me to do so. 그러나 나에게 허락하지 않으 바닐라 그렇게합니다. Actually the setup goes fine but then it refuses to show claiming failure to connect to the database. 실제로는 설치가 괜찮 아요, 그렇지만 그럼에 연결하는 데 실패를 거부하고 있다고 주장 데이터베이스를 표시합니다. Here is a simple solution. 여기는 간단한 솔루션을합니다.
Open conf\database.php . [구성 \ database.php합니다. Add the line after $Configuration['DATABASE_USER'] = ‘root’; - 장바구니 선 뒤 $ 구성 [ 'database_user'] = '루트'; -
$Configuration['DATABASE_PASSWORD'] = ”; $ 구성 [ 'database_password'] = ";
That’s all folks! 그게 전부, 여러분!
BTW: Just so are on the same page; never ever do it (setup a MySQL root account without password) on any server exposed to the internet. btw : 그냥이 같은 페이지를; 결코 그렇게 (mysql 루트 계정을 설정하지 않고 비밀 번호)를 인터넷에 노출되는 모든 서버합니다. I know I am repeating myself but it it very important as you surely understand. 자신을 알고 반복하는 나는 매우 중요하지만 그것을 확실히 이해합니다.
Filed under 밑에 Computer Security 컴퓨터 보안 , Database 데이터베이스를 , How To 하는 방법을 , Open Source Software 오픈 소스 소프트웨어 , PHP php , RDBMS rdbms , Tech Note 기술 참고 사항 , Web 웹 , Web Hosting 웹 호스팅 , Web Services 웹 서비스 | |
| |
RSS 2.0 rss 2.0 | |
Trackback 트랙백 this Article | 이 문서 |
Email this Article 전자 우편이 문서
You may also like to read 같은를 읽을 수있습니다 |




