国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

php - MySQL: ERROR 1044 (42000) Access denied for user ''@'localhost' to database 'aliendatabase'
ringa_lee
ringa_lee 2017-04-10 14:24:39
0
1
620

新手輕噴。小弟在看head first 的 PHP & MySQL,第二章用命令行創(chuàng)建數(shù)據(jù)庫:

tony@Tony-Laptop-Ubuntu$ ~ mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 41
Server version: 5.5.29-0ubuntu0.12.04.1 (Ubuntu)

Copyright (c) 2000, 2012, 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> CREATE DATABASE aliendatabase;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'aliendatabase'

求大神解釋加解決方案~小弟拜謝!

ringa_lee
ringa_lee

ringa_lee

reply all(1)
巴扎黑

沒權(quán)限,用root登錄:

mysql -uroot

如果root有密碼:

mysql -uroot -p

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template