Jump to content
  • 0

Вывод Данных Из Mysql На Сайт


Funtik44
 Share

Question

Recommended Posts

  • 0

Это я пароль скрыл)))

Обратите внимание, что в ошибке указана "Моя фамилия" (я её тоже скрыл) и инициалы (моя фамилия слитно с инициалами это моё доменное имя, под которым я вхожу в Windows) вместо admin:

Warning: mysql_query() [function.mysql-query]: Access denied for user 'Моя фамилия'@'localhost' (using password: NO) in W:\home\site.ru\www\config.php on line 7

С кодом всё в порядке, неправильный пароль. Интерсно это у вас такой пароль из звёздочег или вы его от нас так скрыли ? :)

mysql_select_db("wtgdb",$db); - конечно в данном случае не суть, но не забываем

А какие у вас настройки в php.ini касательно [MySQL] ?

Весь текст файла выложить?

Edited by Funtik44
Link to comment
Share on other sites

  • 0
а причём здесь данные под которыми вы входите в виндовс ? на мускуль свои пароли и логины

добавил: нет не весь тока касательно [MySql]

В том то и дело, почему он подставляет в теле ошибки мою учетку windows?

Вот php.ini:

[MySQL]

; Allow or prevent persistent links.

mysql.allow_persistent = On

; Maximum number of persistent links. -1 means no limit.

mysql.max_persistent = -1

; Maximum number of links (persistent + non-persistent). -1 means no limit.

mysql.max_links = -1

; Default port number for mysql_connect(). If unset, mysql_connect() will use

; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the

; compile-time value defined MYSQL_PORT (in that order). Win32 will only look

; at MYSQL_PORT.

mysql.default_port =

; Default socket name for local MySQL connects. If empty, uses the built-in

; MySQL defaults.

mysql.default_socket =

; Default host for mysql_connect() (doesn't apply in safe mode).

mysql.default_host =

; Default user for mysql_connect() (doesn't apply in safe mode).

mysql.default_user =

; Default password for mysql_connect() (doesn't apply in safe mode).

; Note that this is generally a *bad* idea to store passwords in this file.

; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")

; and reveal this password! And of course, any users with read access to this

; file will be able to reveal the password as well.

mysql.default_password =

; Maximum time (in seconds) for connect timeout. -1 means no limit

mysql.connect_timeout = 60

; Trace mode. When trace_mode is active (=On), warnings for table/index scans and

; SQL-Errors will be displayed.

mysql.trace_mode = Off

Link to comment
Share on other sites

  • 0

Хм... вроде всё нормально. и непонятно почему всё же он пишет (using password: NO) , когда он есть, даже если не правильный то всё равно есть ....

MySQL сами ставили или уже в сборке какой был ?

Link to comment
Share on other sites

  • 0

Нашел причину - бред бредовский, в ноутпаде++ был открыт config.php и у меня на компе был еще сайт с файлом config.php. Короче ноутпад++ по умолчанию открыл другой файл в который я и вносил изменения.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy