Tag: MySQL

  • Installing MySQL on CentOS

    First thing you need to do is make sure the binaries are installed using yum. Note that this will only install MySQL and that you may need to run it as root depending on your systems permissions. [korey@localhost ~]$ yum install mysql-server mysql The next thing is start MySQL: [korey@localhost ~]$ service mysqld start Once…