Thread: Phpmyadmin changed(?)
greetings
newbie , have had trail of tears getting lamp server running. issue has stumped me. go source of ubuntu knowledge help.
installing lamp server running ubuntu 8.04 @ church. last night installed database , got running. used phpmyadmin install mysql data. left database working.
tonight found database still running, phpmyadmin has no trace of database installed night before.
how can be? conclusion maybe more 1 phpmyadmin running.
remember not finding phpmyadmin ubuntu version. ran "sudo apt-get install phpmyadmin" (some details maybe missing).
since database running, mysql , how connect phpmyadmin it?
in advance helping solve mystery.
dewhite765
try installing mysql administrator, official administration tool mysql, not rich @ adding or editing many rows @ 1 time, same things phpmyadmin. administrator can check on databases installed , work them, if you're afraid may happen again can easlily backup databases runnning command cli (terminal)
for example:code:mysqldump -u root -pyourpassword database > anyname.sql
this .sql file saved under /home/youruser/file.sqlcode:mysqldump -u root -phello mydatabase > mydbbackup.sql
restore backup go option "restore backup" , choose file saved. "restore backup" option shows .sql files under /home/youruser/ location can change "change path" button @ bottom, because maybe decided move backup file somewhere else.
hope helps!![]()
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Phpmyadmin changed(?)
Ubuntu
Comments
Post a Comment