yum install mysql
yum install mysql-server
yum install mysql-devel
I think mysql
is a client and mysql-server
is server side,
but what's mysql-devel
for?
BTW,how to change the new installed mysql password to psw
?
yum install mysql
yum install mysql-server
yum install mysql-devel
I think mysql
is a client and mysql-server
is server side,
but what's mysql-devel
for?
BTW,how to change the new installed mysql password to psw
?
*-devel
packages (whether mysql or otherwise) provide the shared libraries necessary if you want to compile any other apps that require these libraries. If all you're doing is installing from your distro's package repo, then you most likely don't need to worry about the -devel packages.