-
مشکل در سا ختن دیتا بیس
اومدم دیتا بیس در لوکال هاست بسازم با easy اینو نوشته چره ؟؟
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server
/
-
الان هم که این مشکل رو می ده
Warning: mysql_connect(): Accès refusé pour l'utilisateur: 'root@localhost' (mot de passe: OUI) in c:\program files\easyphp1-7\www\phpbb2\db\mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in c:\program files\easyphp1-7\www\phpbb2\db\mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in c:\program files\easyphp1-7\www\phpbb2\db\mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
-
سلام
ارور اول براي يوزر و پس ديتا بيس هست
به طور پيش فرض يوزر نيمroot و پس خالي هست
-
-
در فايل config.ini ايم مفاديري رو عرض كردم وارد بفرماييد
-
[PHP]<?php
$db=mysql_connect("localhost","root","");
اتصال
$sql = "CREATE DATABASE `mohammad`";
$res = mysql_query($sql);
ايجاد بانك با نام محمد[/PHP]