Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. mysqlfrm --user=root --server=root@localhost --port=3311
  2. '/home/tecnico/oldBKP/mysql/data/bignew/banner_imgs.frm' >
  3. '/home/tecnico/oldBKP/mysql/data/bignew/sql/banner_imgs.sql'
  4.  
  5. # Source on localhost: ... connected.
  6. # Spawning server with --user=root.
  7. # Starting the spawned server on port 3311 ... ERROR: Cannot find location of mysqld.
  8.  
  9. mysqld --no-defaults --basedir='/home/tecnico/oldBKP/basedir' --datadir='/home/tecnico/oldBKP/tmp' --pid-file='/home/tecnico/oldBKP/tmp/clone.pid' --port=3333 --server-id=101 --socket='/home/tecnico/oldBKP/tmp/mysql.sock' --tmpdir='/home/tecnico/oldBKP/tmp'
  10.  
  11. 2019-06-18 16:47:19 140389788251968 [Note] /opt/lampp/sbin/mysqld (mysqld 10.1.38-MariaDB) starting as process 15765 ...
  12. 2019-06-18 16:47:19 140389788251968 [ERROR] Can't find messagefile '/home/tecnico/oldBKP/basedir/share/errmsg.sys'
  13. 2019-06-18 16:47:19 140389788251968 [ERROR] Aborting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement