xamppのphpmyadminにデータベース「MUSIC」を作成しました。OMLフォルダーに保存したphpファイルを使用してこのデータベースに接続しようとしていますが、これはhtdocsフォルダーに存在し、コードは次のとおりです。
$db_name="MUSIC";
$db_user="root";
$db_pwd="ash123";
$db_host="localhost";
$connect = mysql_connect("localhost","root","ash123");
mysql_select_db("MUSIC");
echo "connection successful";
しかし、localhost に移動して と入力するとlocalhost/connect.php
、次のエラーが発生します。
Object not found!
the requested URL was not found on this server.if u entered the URL manually please check your spelling and try again.If you think this is a server error,please contact webmaster.
Error 404
localhost
Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7
検索しましたが、この問題の解決策を見つけました。助けてください!