10/10/2018, 10:33
Các bạn giúp mình với(đang cần gấp) !
Không kết nối tới cơ sở dữ liệu MySQL từ Dreamweaver 8.0!
Mình cài đặt Apache 2.5.10 đã test chạy trên localhost thành công!
Đăng nhập vào phpmyadmin bằng user root thành công.
Từ Dreamweaver--> Database---> database connection:
Connection name: abc
MySQL server: localhost
username: root
password:
Database:
tại muc Database mình chọn Select thì hiện ra thông báo lỗi sau:
HTTP Error code 404 File Not Found. Here are some possible reason for the problem:
1) There is no testing server running on the server machine.
2) The testing server specified for this site does not map to the http:.... Verify that the URL prefix maps to the root of the site.
Rất mong trả lời từ các bạn! Xin chân thành cảm ơn.
Mình cài đặt Apache 2.5.10 đã test chạy trên localhost thành công!
Đăng nhập vào phpmyadmin bằng user root thành công.
Từ Dreamweaver--> Database---> database connection:
Connection name: abc
MySQL server: localhost
username: root
password:
Database:
tại muc Database mình chọn Select thì hiện ra thông báo lỗi sau:
HTTP Error code 404 File Not Found. Here are some possible reason for the problem:
1) There is no testing server running on the server machine.
2) The testing server specified for this site does not map to the http:.... Verify that the URL prefix maps to the root of the site.
Rất mong trả lời từ các bạn! Xin chân thành cảm ơn.
Bài liên quan
<?php
mysql_connect("localhost","root","");
mysql_select_db("ten co so du lieu");
mysql_query('SET NAMES "UTF8"');
?>
Sửa dòng này: