Jump to content
php.lv forumi

MySQL netiek pie datiem :(


ansis

Recommended Posts

viss kas tev ir jāizdara :

 

C:\>cd usr/local/mysql/bin

C:\usr\local\mysql\bin>mysql.exe -uroot
Welcome to the MySQL monitor.  Commands end with; or \g.
Your MySQL connection id is 2 to server version: 4.1.2-alpha-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use mysql
Database changed
mysql> show tables;
+-----------------+
| Tables_in_mysql |
+-----------------+
| columns_priv    |
| db              |
| func            |
| help_category   |
| help_keyword    |
| help_relation   |
| help_topic      |
| host            |
| tables_priv     |
| user            |
| user_info       |
+-----------------+
11 rows in set (0.00 sec)

mysql>

 

esn esaprotu, kur nu var tik čakarēties <_<

Link to comment
Share on other sites

Delfīn, man tieši tā viss notiek.

Ar to atšķirību, ka pēc use mysql vakar nebija nekādas reakcijas.

Šodien ir:

mysql> use mysql

ERROR 1044: Access denied for user: '@localhost' to database 'mysql'

 

Pēctam provēju sekojošo

mysql> \s

--------------

mysql Ver 12.22 Distrib 4.0.20a, for Win95/Win98 (i32)

 

Connection id: 3

Current database:

Current user: root@localhost

SSL: Not in use

Server version: 4.0.20a-nt

Protocol version: 10

Connection: localhost via TCP/IP

Client characterset: latin1

Server characterset: latin1

TCP port: 3306

Uptime: 21 min 57 sec

 

Threads: 1 Questions: 6 Slow queries: 0 Opens: 6 Flush tables: 1 Open table

s: 0 Queries per second avg: 0.005

--------------

 

mysql> \r

Connection id: 4

Current database: *** NONE ***

 

Ko esmu izdarījis nepareizi?

Link to comment
Share on other sites

Paldies delfīnam un visiem.

 

Pārinstalēju mysql, viss aizgāja.

Ceru, ka problemzas neatkārtosies...  :)

16072[/snapback]

 

 

tev vai nu nav nepareizā direktorija, vai nu `mysql` datubāze sačakarēta bija

anyway, domāju ka tikt varēja bez pārinstalācijas :) [nav jau windows]

Link to comment
Share on other sites

tev vai nu nav nepareizā direktorija, vai nu `mysql` datubāze sačakarēta bija

anyway, domāju ka tikt varēja bez pārinstalācijas :) [nav jau windows]

16084[/snapback]

 

Nav pareizā direktorija kam?

Mysql?

Datiem? vēl kaut kam citam?

Link to comment
Share on other sites

×
×
  • Create New...