Re: Mysql
- From: Blattus Slafaly 0/00 ? ? ? <boobooililililil@xxxxxxxxxxxxxx>
- Date: Fri, 28 Mar 2008 16:07:25 -0400
birre wrote:
On 2008-03-27 22:38, Blattus Slafaly 0/00 ? ? ? wrote:Michael Soibelman wrote:Blattus Slafaly 0/00 ? ? ? wrote:
When you install Mysql with yast it creates lots of mysql directories.
Which directory is the database directory?
If you mean 'where is the actual data stored' then it
is /var/lib/mysql/'your-application-database-name'. If you want to know
where the configuration files are stored it is /usr/share/mysql. However,
the 'main' configuration file is /etc/mysql.cnf
At least that's my 'observation'...
Why ain't there a GUI interface to operate the piece of crap? You have to do all this secret back door crap to get this thing working.
The secrets are to read instructions.
Just do rcmysql start and it TELL YOU what to do.
Set the password for root and root@xxxxxxxxxxxxxxx
Create the file /root/.my.cnf , make it readable only for root.
add:
[client]
user = root
password = 'the password for root'
Now you can do mysqlshow , mysqladmin, mysql , mysqldump without passwords and things as root.
and install mysql-administrator from mysql.com if you need a GUI.
/bb
Why do I get this with mysqlshow?
mysqlshow: Access denied for user 'username'@'localhost' (using password: NO)
and as root:
mysqlshow: Access denied for user 'root'@'localhost' (using password: YES)
why can't I access my own system?
--
Blattus Slafaly ? 3 :) 7/8
.
- Follow-Ups:
- Re: Mysql
- From: Vahis
- Re: Mysql
- References:
- Prev by Date: Re: Cool application !
- Next by Date: Re: Alpha 3 of openSUSE 11.0
- Previous by thread: Re: Mysql
- Next by thread: Re: Mysql
- Index(es):
Relevant Pages
|