hello
have install mysql server , client
can not login either root ( password ) or pi ( raspberry )
frustrating
want build tables , talk them in perl , cgi
- andrew -
have install mysql server , client
can not login either root ( password ) or pi ( raspberry )
frustrating
want build tables , talk them in perl , cgi
- andrew -
found
pi@adsb:/etc/mysql $ sudo more debian.cnf
# automatically generated debian scripts. not touch!
[client]
host = localhost
user = debian-sys-maint
password = f6ykgoavh2malw8j
socket = /var/run/mysqld/mysqld.sock
[mysql_upgrade]
host = localhost
user = debian-sys-maint
password = f6ykgoavh2malw8j
socket = /var/run/mysqld/mysqld.sock
basedir = /usr
pi@adsb:/etc/mysql $ mysql -u debian-sys-maint -p
enter password:
welcome mysql monitor. commands end ; or \g.
mysql connection id 47
server version: 5.5.44-0+deb8u1 (raspbian)
copyright (c) 2000, 2015, oracle and/or affiliates. rights reserved.
oracle registered trademark of oracle corporation and/or its
affiliates. other names may trademarks of respective
owners.
type 'help;' or '\h' help. type '\c' clear current input statement.
mysql>
pi@adsb:/etc/mysql $ sudo more debian.cnf
# automatically generated debian scripts. not touch!
[client]
host = localhost
user = debian-sys-maint
password = f6ykgoavh2malw8j
socket = /var/run/mysqld/mysqld.sock
[mysql_upgrade]
host = localhost
user = debian-sys-maint
password = f6ykgoavh2malw8j
socket = /var/run/mysqld/mysqld.sock
basedir = /usr
pi@adsb:/etc/mysql $ mysql -u debian-sys-maint -p
enter password:
welcome mysql monitor. commands end ; or \g.
mysql connection id 47
server version: 5.5.44-0+deb8u1 (raspbian)
copyright (c) 2000, 2015, oracle and/or affiliates. rights reserved.
oracle registered trademark of oracle corporation and/or its
affiliates. other names may trademarks of respective
owners.
type 'help;' or '\h' help. type '\c' clear current input statement.
mysql>
raspberrypi
Comments
Post a Comment