smilb
07-25-2001, 09:07 PM
Does anyone know where mysql users info is stored? I cant delete users in cp. Need to take them out manually. Also has anyone had any problems with backup download, mine works but the .tar is bad or currupt.
![]() | View Full Version : Mysql-users on CP3/WHM smilb 07-25-2001, 09:07 PM Does anyone know where mysql users info is stored? I cant delete users in cp. Need to take them out manually. Also has anyone had any problems with backup download, mine works but the .tar is bad or currupt. JonnyQuags 07-25-2001, 09:30 PM Actual mysql data is stored in /var/lib/mysql to delete a database you can this command in shell: mysqladmin -u root drop databasename I do not think the backup is working in the cpanel, I have heard complaints the downloaded file is corrupt. smilb 07-25-2001, 10:05 PM I can drop a database. How do I delete a paticular user from a data base? Or should I say db user.... |