Hello. I use the php code.
$username = "exxtazzy"; $password = "m2uyYd5KYeiTdYeu3fYt024tup=PQI15nuIo8evh"; $hostname = "localhost"; $dbName = "exxtazzy"; /* создать соединение */ mysql_connect($dbName, $username, $password) or die ("Не могу соедениться". mysql_error());; $res =mysql_query("CREATE TABLE phone_list( id INT PRIMARY KEY, name varchar(15), Phone varchar(6) ",NULL ) or die ("Ошибка соеденения". mysql_error()); echo $res; mysql_close()or die ("Не могу закрыться". mysql_error());; ?>
I enter the correct password and entered it when transferring from hosting to a local server. How so why I can not connect to the database? How so why I can not connect to the database? Password changed so do not try to do something.