T
typak
Кто знает как настроить Mysql ? Нимогу настроить и новую базу несоздает.
Вообщем попорядку:
1. Скачал mysql-5.5.8-win32.msi .
2. Установил в каталог C:\MySQL\ . устанавливал и настаивал та как тут написано
3. Запускаю из камандной строки прописываю:
C:\MySQL\bin>mysql -uroot -pwww
// Выводит следующее приветствие
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.5.8 MySQL Community Server (GPL)
Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
// Прописываю
mysql> show databases;
// Выводит:
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| test |
| testtt |
| wet |
+--------------------+
6 rows in set (0.00 sec)
Вроде всё нормально тока нипонятно как поменять каталог даных чота оно создало по умолчанию такой:
datadir="C:/Documents and Settings/All Users/Application Data/MySQL/MySQL Server 5.5/Data/"
меняю на :
datadir="C:/MySQL /Data/"
перезагружаю сервер -- в кансоли прописываю тоже
C:\MySQL\bin>mysql -uroot -pwww
выводит следующее
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: Y
ES)
када просто вводиш
Выдает такие ошибки, и ничего нисоздает тока можна тестом пользоватся, кто нить знает как каталог тут менять?
И если есть то неплохоб подробную инструкцию как настроить пхп + мускл + апачь, а то шота он сам отказуется настраиваться нетошо в связке. )))))))
Вообщем попорядку:
1. Скачал mysql-5.5.8-win32.msi .
2. Установил в каталог C:\MySQL\ . устанавливал и настаивал та как тут написано
Ссылка скрыта от гостей
3. Запускаю из камандной строки прописываю:
C:\MySQL\bin>mysql -uroot -pwww
// Выводит следующее приветствие
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.5.8 MySQL Community Server (GPL)
Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
// Прописываю
mysql> show databases;
// Выводит:
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| test |
| testtt |
| wet |
+--------------------+
6 rows in set (0.00 sec)
Вроде всё нормально тока нипонятно как поменять каталог даных чота оно создало по умолчанию такой:
datadir="C:/Documents and Settings/All Users/Application Data/MySQL/MySQL Server 5.5/Data/"
меняю на :
datadir="C:/MySQL /Data/"
перезагружаю сервер -- в кансоли прописываю тоже
C:\MySQL\bin>mysql -uroot -pwww
выводит следующее
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: Y
ES)
када просто вводиш
Код:
C:\MySQL\bin>mysql
Welcome to the MySQL monitor. Commands end with; or \g.
Your MySQL connection id is 2
Server version: 5.5.8 MySQL Community Server (GPL)
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| test |
+--------------------+
2 rows in set (0.00 sec)
mysql> create database wet;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'wet'
mysql> use test
Database changed
Выдает такие ошибки, и ничего нисоздает тока можна тестом пользоватся, кто нить знает как каталог тут менять?
И если есть то неплохоб подробную инструкцию как настроить пхп + мускл + апачь, а то шота он сам отказуется настраиваться нетошо в связке. )))))))